]> granicus.if.org Git - apache/commitdiff
Turns out this is causing problems on my linux box (libtool 1.3.5), so
authorAaron Bannert <aaron@apache.org>
Wed, 14 Nov 2001 18:56:18 +0000 (18:56 +0000)
committerAaron Bannert <aaron@apache.org>
Wed, 14 Nov 2001 18:56:18 +0000 (18:56 +0000)
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

index d6e8af38a90a934f2c9055df0ce8c923b93b9a06..86313301ee4bfc203ccdb58fb4b963898a0cf50d 100644 (file)
@@ -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
 ])