summaryrefslogtreecommitdiff
path: root/modules/tls
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@apache.org>2001-05-05 08:27:39 +0000
committerRalf S. Engelschall <rse@apache.org>2001-05-05 08:27:39 +0000
commit4a0f798361cd69f6e67b8b7dfe8ad6bed5f9ad2c (patch)
tree06f3c95104af4183d643e85bcb6a7973275e6c23 /modules/tls
parent0603d7b14ab15cda6805c0ea62295d5edbeef6e9 (diff)
downloadhttpd-4a0f798361cd69f6e67b8b7dfe8ad6bed5f9ad2c.tar.gz
Move the AC_MSG_CHECKING into the module-specific macro to make sure the
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
Diffstat (limited to 'modules/tls')
-rw-r--r--modules/tls/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tls/config.m4 b/modules/tls/config.m4
index 1bbd7dd616..87159e142a 100644
--- a/modules/tls/config.m4
+++ b/modules/tls/config.m4
@@ -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"