From: Aaron Bannert Date: Wed, 14 Nov 2001 18:56:18 +0000 (+0000) Subject: Turns out this is causing problems on my linux box (libtool 1.3.5), so X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee0ef6298082a155402db50e66092245d1f3d259;p=thirdparty%2Fapache%2Fhttpd.git 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/modules/ssl@91950 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/config.m4 b/config.m4 index d6e8af38a90..86313301ee4 100644 --- a/config.m4 +++ b/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 ])