From: Andreas Steffen Date: Wed, 29 Aug 2007 07:03:47 +0000 (-0000) Subject: change self_test to self-test X-Git-Tag: 4.1.6~19 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=ef5f65626feedfa38cdb297919385b47728a9e92 change self_test to self-test --- 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