summaryrefslogtreecommitdiffstats
path: root/modules/mappers/config9.m4
diff options
context:
space:
mode:
authorWilfredo Sanchez <wsanchez@apache.org>2002-11-29 00:02:44 +0100
committerWilfredo Sanchez <wsanchez@apache.org>2002-11-29 00:02:44 +0100
commit2253b5cd9b1b6099e4a9f5c873f1dd380718f72b (patch)
treeb652c2d3cf016b24f591e23bcc3840704c94a5f7 /modules/mappers/config9.m4
parentCaveat when using mod_speling in a DAV-enabled directory (diff)
downloadapache2-2253b5cd9b1b6099e4a9f5c873f1dd380718f72b.tar.xz
apache2-2253b5cd9b1b6099e4a9f5c873f1dd380718f72b.zip
Use $INCLUDES rather than adding yet another place to edit include dirs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/mappers/config9.m4')
-rw-r--r--modules/mappers/config9.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mappers/config9.m4 b/modules/mappers/config9.m4
index 60b9138ffc..5b8a6587a3 100644
--- a/modules/mappers/config9.m4
+++ b/modules/mappers/config9.m4
@@ -23,7 +23,7 @@ elif test "$enable_so" = "shared"; then
fi
ap_old_cppflags=$CPPFLAGS
-CPPFLAGS="$CPPFLAGS -I$APR_SOURCE_DIR/include -I$abs_builddir/srclib/apr/include"
+CPPFLAGS="$CPPFLAGS $INCLUDES"
AC_TRY_COMPILE([#include <apr.h>], [
#if !APR_HAS_DSO
#error You need APR DSO support to use mod_so.