From ef5f65626feedfa38cdb297919385b47728a9e92 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 29 Aug 2007 07:03:47 +0000 Subject: [PATCH] change self_test to self-test --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5353a15..8a69981 100644 --- a/configure.in +++ b/configure.in @@ -253,7 +253,7 @@ AC_ARG_ENABLE( AM_CONDITIONAL(USE_INTEGRITY_TEST, test x$integrity_test = xtrue) AC_ARG_ENABLE( - [self_test], + [self-test], 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 -- 2.7.4