aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2009-06-12 10:42:07 +0200
committerTobias Brunner <tobias@strongswan.org>2009-06-12 10:42:07 +0200
commit272c81134c28df1667cb14322c6d81a786711a59 (patch)
tree7bd9b6ff4e938842ab3fda898c8aad624de24bd5 /configure.in
parent095f971c10a3d2851e3327f779f1b36c0897e067 (diff)
downloadstrongswan-272c81134c28df1667cb14322c6d81a786711a59.tar.bz2
strongswan-272c81134c28df1667cb14322c6d81a786711a59.tar.xz
Typo in configure script fixed.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4ddd5f067..392ef1a91 100644
--- a/configure.in
+++ b/configure.in
@@ -327,7 +327,7 @@ AC_ARG_ENABLE(
AC_ARG_ENABLE(
[test-vectors],
- AS_HELP_STRING([--enable-test-vectprs],[enable plugin providing crypto test vectors (default is NO).]),
+ AS_HELP_STRING([--enable-test-vectors],[enable plugin providing crypto test vectors (default is NO).]),
[if test x$enableval = xyes; then
test_vectors=true
fi]