summaryrefslogtreecommitdiffstats
path: root/modules/mappers/config9.m4
diff options
context:
space:
mode:
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.