mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
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
This commit is contained 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
|
||||
|
Reference in New Issue
Block a user