From: Justin Erenkrantz Date: Thu, 5 Feb 2004 17:54:30 +0000 (+0000) Subject: We need the SSL module dir in our path in order to compile mod_ssl. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d105c4694f83747e60096f2efb0aaf5f0fe36e;p=thirdparty%2Fapache%2Fhttpd.git 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/modules/ssl@102515 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/config.m4 b/config.m4 index 35f92bcf0e5..825893246cc 100644 --- a/config.m4 +++ b/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