summaryrefslogtreecommitdiff
path: root/sapi/apache
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-02-12 17:09:47 +0000
committerfoobar <sniper@php.net>2003-02-12 17:09:47 +0000
commit11260dc9d717013f712e5b45670870fc272694de (patch)
tree3e12e6d813d2a99459d9aa8dd956261a540c24b1 /sapi/apache
parent4a7e9488dd47a58466bd4d857915fc0212a8dd2b (diff)
downloadphp-git-11260dc9d717013f712e5b45670870fc272694de.tar.gz
MFH
Diffstat (limited to 'sapi/apache')
-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)