From: Harlan Stenn Date: Wed, 24 Apr 2002 05:20:41 +0000 (-0400) Subject: Crypto support message cleanup. X-Git-Tag: NTP_4_1_73~156^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8751dafbbc478be15095e07dda43e6acaff677f7;p=thirdparty%2Fntp.git Crypto support message cleanup. bk: 3cc640a93byu6zBY8uaLGsPB3Dx-jg --- diff --git a/configure.in b/configure.in index 800bb88d0e..a161805c51 100644 --- a/configure.in +++ b/configure.in @@ -2481,7 +2481,6 @@ case "$ans" in esac AC_MSG_RESULT($ans) -AC_MSG_CHECKING(for the level of crypto support) AC_ARG_WITH(crypto, AC_HELP_STRING([--with-crypto], [+ =openssl]), [ans=$withval], [ans=yes]) @@ -2502,6 +2501,7 @@ case "$ans" in fi ;; esac +AC_MSG_CHECKING(for the level of crypto support) AC_MSG_RESULT($ans) AC_MSG_CHECKING(if we want to compile with ElectricFence)