]> granicus.if.org Git - apache/commitdiff
Fix VPATH builds of httpd with the apr_memcache backend for ssl sessions, when APR...
authorPaul Querna <pquerna@apache.org>
Thu, 12 Jul 2007 02:06:01 +0000 (02:06 +0000)
committerPaul Querna <pquerna@apache.org>
Thu, 12 Jul 2007 02:06:01 +0000 (02:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@555458 13f79535-47bb-0310-9956-ffa450edef68

configure.in
modules/ssl/config.m4

index dd560e1ecf89297386cf0eb163b1a4ad90fce771..7f267f200080cedc06efa6440d189a70866a00ba 100644 (file)
@@ -95,6 +95,7 @@ APR_ADDTO(LDFLAGS, `$apr_config --ldflags`)
 SHLIBPATH_VAR=`$apr_config --shlib-path-var`
 APR_BINDIR=`$apr_config --bindir`
 APR_INCLUDEDIR=`$apr_config --includedir`
+APR_INCLUDES=`$apr_config --includes`
 APR_VERSION=`$apr_config --version`
 APR_CONFIG="$APR_BINDIR/apr-`echo ${APR_VERSION} | sed 's,\..*,,'`-config"
 
@@ -136,6 +137,7 @@ fi
 APR_ADDTO(LDFLAGS, `$apu_config --ldflags`)
 APU_BINDIR=`$apu_config --bindir`
 APU_INCLUDEDIR=`$apu_config --includedir`
+APU_INCLUDES=`$apu_config --includes`
 APU_VERSION=`$apu_config --version`
 APU_CONFIG="$APU_BINDIR/apu-`echo ${APU_VERSION} | sed 's,\..*,,'`-config"
 
index 68cf6f743f5a1509f6de04c76512f56d425abfbb..ef9cdf2c1a5b66ff6dd6773c0090eb59a835f1a8 100644 (file)
@@ -117,7 +117,7 @@ AC_DEFUN([CHECK_SSL_MEMCACHE], [
   fi
   if test "$ap_ssltk_mc" = "yes"; then
     save_cpp=$CPPFLAGS
-    CPPFLAGS="$CPPFLAGS -I$APR_INCLUDEDIR -I$APU_INCLUDEDIR"
+    CPPFLAGS="$CPPFLAGS -I$APR_INCLUDES -I$APU_INCLUDES"
     AC_CHECK_HEADER(
       [apr_memcache.h],
       [],