From: Ryan Bloom Date: Wed, 22 Aug 2001 20:34:40 +0000 (+0000) Subject: We always need to include the openssl specific directory in the INCLUDES X-Git-Tag: 2.0.25~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5fc068580898cd8f5a9fad3a4baf9d1ff2d5dd9d;p=apache We always need to include the openssl specific directory in the INCLUDES variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90508 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/acinclude.m4 b/acinclude.m4 index 5e7a529481..efedaacbc5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -467,8 +467,9 @@ if test "x$ap_ssltk_base" = "x"; then AC_MSG_RESULT($ap_ssltk_libdir) dnl # annotate the Apache build environment with determined information + APR_ADDTO(INCLUDES, [-I$ap_ssltk_incdir/openssl]) if test "x$ap_ssltk_incdir" != "x/usr/include"; then - APR_ADDTO(INCLUDES, [-I$ap_ssltk_incdir -I$ap_ssltk_incdir/openssl]) + APR_ADDTO(INCLUDES, [-I$ap_ssltk_incdir]) fi if test "x$ap_ssltk_libdir" != "x/usr/lib"; then APR_ADDTO(LIBS, [-L$ap_ssltk_libdir])