From: foobar Date: Wed, 12 Feb 2003 17:09:31 +0000 (+0000) Subject: Fixed the "member fd in BUFF" test for --with-apxs builds X-Git-Tag: RELEASE_0_5~1076 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e337c5d1c6334f9011b6486ad3caa07d0f8a2734;p=php Fixed the "member fd in BUFF" test for --with-apxs builds --- diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index ca23a1d49e..540c6fc343 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -34,6 +34,7 @@ AC_ARG_WITH(apxs, APXS_INCLUDEDIR=`$APXS -q INCLUDEDIR` APXS_CFLAGS=`$APXS -q CFLAGS` APXS_HTTPD=`$APXS -q SBINDIR`/`$APXS -q TARGET` + APACHE_INCLUDE=-I$APXS_INCLUDEDIR # Test that we're trying to configure with apache 1.x PHP_AP_EXTRACT_VERSION($APXS_HTTPD)