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]