From a4cd98f6e64351478e6d5ca46eb4df0576bc53c5 Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Wed, 14 Nov 2001 18:56:18 +0000 Subject: [PATCH] Turns out this is causing problems on my linux box (libtool 1.3.5), so I'm going to remove it until I or someone else can come up with a better way to check for and link against libssl and libcrypto for mod_ssl.so. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91950 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/config.m4 b/modules/ssl/config.m4 index d6e8af38a9..86313301ee 100644 --- a/modules/ssl/config.m4 +++ b/modules/ssl/config.m4 @@ -77,7 +77,7 @@ ssl_util_ssl.lo dnl ssl_util_table.lo dnl " dnl # hook module into the Autoconf mechanism (--enable-ssl option) -APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], [$ssl_objs \$(EXTRA_LIBS)], , no, [ +APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], $ssl_objs, , no, [ APACHE_CHECK_SSL_TOOLKIT ]) -- 2.50.1