Commit 8c08cad2 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

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
parent ad81f265
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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