strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
095f971
)
Typo in configure script fixed.
author
Tobias Brunner
<tobias@strongswan.org>
Fri, 12 Jun 2009 08:42:07 +0000
(10:42 +0200)
committer
Tobias Brunner
<tobias@strongswan.org>
Fri, 12 Jun 2009 08:42:07 +0000
(10:42 +0200)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
4ddd5f0
..
392ef1a
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-327,7
+327,7
@@
AC_ARG_ENABLE(
AC_ARG_ENABLE(
[test-vectors],
- AS_HELP_STRING([--enable-test-vect
p
rs],[enable plugin providing crypto test vectors (default is NO).]),
+ AS_HELP_STRING([--enable-test-vect
o
rs],[enable plugin providing crypto test vectors (default is NO).]),
[if test x$enableval = xyes; then
test_vectors=true
fi]