]> granicus.if.org Git - apache/commitdiff
Move the AC_MSG_CHECKING into the module-specific macro to make sure the
authorRalf S. Engelschall <rse@apache.org>
Sat, 5 May 2001 08:27:39 +0000 (08:27 +0000)
committerRalf S. Engelschall <rse@apache.org>
Sat, 5 May 2001 08:27:39 +0000 (08:27 +0000)
output is generated in sync with the AC_MSG_RESULT.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89001 13f79535-47bb-0310-9956-ffa450edef68

modules/tls/config.m4

index 1bbd7dd616b0859fa9d28f69bee0d47d1f25d2c7..87159e142a99bba2e8f20db0bd06b455a1d68237 100644 (file)
@@ -1,9 +1,9 @@
-AC_MSG_CHECKING(for TLS/SSL support)
 APACHE_MODPATH_INIT(tls)
 
 tls_objs="mod_tls.lo openssl_state_machine.lo"
 
 APACHE_MODULE(tls, TLS/SSL support, $tls_objs, , no, [
+  AC_MSG_CHECKING(for TLS/SSL library)
   AC_ARG_WITH(tls,   [  --with-tls=DIR          use a specific TLS/SSL library],
   [
       searchfile="$withval/inc/ssl.h"