summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2003-02-07 21:28:41 +0100
committerJeff Trawick <trawick@apache.org>2003-02-07 21:28:41 +0100
commit6c9c376cd53d2b427951ce398f2bac2b5d60d58d (patch)
tree61dc035103253f7134ebb03e07e660e7902552cc /configure.in
parent Fix a bizarro entry (probably a remnant from when I had a totally bogus (diff)
downloadapache2-6c9c376cd53d2b427951ce398f2bac2b5d60d58d.tar.xz
apache2-6c9c376cd53d2b427951ce398f2bac2b5d60d58d.zip
update a test compile to find apr.h when apr isn't in srclib
(the only one of several such places in Apache which didn't get fixed to work with separate APR... no fun when v4 sockets won't talk to Apache anymore) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 6b2283b6f9..7d68edcd70 100644
--- a/configure.in
+++ b/configure.in
@@ -329,7 +329,7 @@ AC_ARG_WITH(port,APACHE_HELP_STRING(--with-port=PORT,Port on which to listen (de
dnl ## See if APR has IPv6 support
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_HAVE_IPV6
#error APR does not have IPv6 support