(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
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