From: Jeff Trawick Date: Fri, 7 Feb 2003 20:28:41 +0000 (+0000) Subject: update a test compile to find apr.h when apr isn't in srclib X-Git-Tag: pre_ajp_proxy~2172 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c9c376cd53d2b427951ce398f2bac2b5d60d58d;p=apache 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 --- 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 ], [ #if !APR_HAVE_IPV6 #error APR does not have IPv6 support