From 14fd76cdddeb6e8eeaee68b664e38a4cf56b51f7 Mon Sep 17 00:00:00 2001 From: Aaron Bannert Date: Wed, 7 Nov 2001 19:42:07 +0000 Subject: [PATCH] Gets mod_ssl building/loading as a DSO on some platforms (like HPUX). Submitted by: Madhu Mathihalli git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@91791 13f79535-47bb-0310-9956-ffa450edef68 --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index 86313301ee4..d6e8af38a90 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, , no, [ +APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], [$ssl_objs \$(EXTRA_LIBS)], , no, [ APACHE_CHECK_SSL_TOOLKIT ]) -- 2.47.2