From: Justin Erenkrantz Date: Fri, 18 Jan 2002 18:16:54 +0000 (+0000) Subject: Per Ian's change, add the APRUTIL_EXPORT_INCLUDES vars to our environment. X-Git-Tag: 2.0.31~161 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85fbaff3ff97a16ed66a593a8642870d20ce71af;p=apache Per Ian's change, add the APRUTIL_EXPORT_INCLUDES vars to our environment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92907 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 80dbde362b..a99f6e32ba 100644 --- a/configure.in +++ b/configure.in @@ -405,6 +405,7 @@ fi dnl get the exported vars from APRUTIL . ./srclib/apr-util/export_vars.sh APR_ADDTO(LIBS, $APRUTIL_EXPORT_LIBS) +APR_ADDTO(INCLUDES, $APRUTIL_EXPORT_INCLUDES) AP_LIBS="$AP_LIBS $LIBTOOL_LIBS" dnl ## Finalize the variables