Typo in configure script fixed.

This commit is contained in:
Tobias Brunner
2009-06-12 10:42:07 +02:00
parent 095f971c10
commit 272c81134c
+1 -1
View File
@@ -327,7 +327,7 @@ AC_ARG_ENABLE(
AC_ARG_ENABLE( AC_ARG_ENABLE(
[test-vectors], [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 [if test x$enableval = xyes; then
test_vectors=true test_vectors=true
fi] fi]