fixed typo

This commit is contained in:
Andreas Steffen 2007-08-28 09:59:53 +00:00
parent 69e56d9dec
commit bf422b1664
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ AM_CONDITIONAL(USE_INTEGRITY_TEST, test x$integrity_test = xtrue)
AC_ARG_ENABLE(
[self_test],
AS_HELP_STRING([--disable-self-test],[disable the self-test of crypto library (default is NO).]),
AS_HELP_STRING([--disable-self-test],[disable the self-test of the crypto library (default is NO).]),
[if test x$enableval = xyes; then
self_test=true
else