]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Crypto support message cleanup.
authorHarlan Stenn <stenn@ntp.org>
Wed, 24 Apr 2002 05:20:41 +0000 (01:20 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 24 Apr 2002 05:20:41 +0000 (01:20 -0400)
bk: 3cc640a93byu6zBY8uaLGsPB3Dx-jg

configure.in

index 800bb88d0ecad772e41f516d0911145a8d93aee2..a161805c514558bb98f93dc0a922d4c3fa9fa661 100644 (file)
@@ -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)