]> granicus.if.org Git - apache/commitdiff
We need the SSL module dir in our path in order to compile mod_ssl.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 5 Feb 2004 17:54:30 +0000 (17:54 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Thu, 5 Feb 2004 17:54:30 +0000 (17:54 +0000)
Otherwise, we can't find mod_ssl.h.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@102515 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/config.m4

index 35f92bcf0e5449e19c40ed6f3976444c79938fcf..825893246cc904711ef6cb436674a5105348d19c 100644 (file)
@@ -150,6 +150,7 @@ dnl #  hook module into the Autoconf mechanism (--enable-ssl option)
 APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], $ssl_objs, , no, [
     APACHE_CHECK_SSL_TOOLKIT
     CHECK_DISTCACHE
+    APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])
 ])
 
 dnl #  end of module specific part