summaryrefslogtreecommitdiff
path: root/sapi/apache/config.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-12 17:09:31 +0000
committerfoobar <sniper@php.net>2003-02-12 17:09:31 +0000
commite337c5d1c6334f9011b6486ad3caa07d0f8a2734 (patch)
tree53557e6eb07eae362fcebf2874ee7382339c1f24 /sapi/apache/config.m4
parenta2bd043e7bbfcdef586bb9d8a66f60bfe5c6e61e (diff)
downloadphp-git-e337c5d1c6334f9011b6486ad3caa07d0f8a2734.tar.gz
Fixed the "member fd in BUFF" test for --with-apxs builds
Diffstat (limited to 'sapi/apache/config.m4')
-rw-r--r--sapi/apache/config.m41
1 files changed, 1 insertions, 0 deletions
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)