From 5fc068580898cd8f5a9fad3a4baf9d1ff2d5dd9d Mon Sep 17 00:00:00 2001 From: Ryan Bloom Date: Wed, 22 Aug 2001 20:34:40 +0000 Subject: [PATCH] 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 --- acinclude.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]) -- 2.50.1