diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2004-02-05 18:54:30 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2004-02-05 18:54:30 +0100 |
commit | a91a2e172b68782cdd79a3c48b69dfc5e6992aa9 (patch) | |
tree | ebab9b5a926c80ee014df25b14f7e4ed1bb8ecca | |
parent | * buildconf: Clean autoconf cache after running autoconf too. (diff) | |
download | apache2-a91a2e172b68782cdd79a3c48b69dfc5e6992aa9.tar.xz apache2-a91a2e172b68782cdd79a3c48b69dfc5e6992aa9.zip |
We need the SSL module dir in our path in order to compile mod_ssl.
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
-rw-r--r-- | modules/ssl/config.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/ssl/config.m4 b/modules/ssl/config.m4 index 35f92bcf0e..825893246c 100644 --- a/modules/ssl/config.m4 +++ b/modules/ssl/config.m4 @@ -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 |