1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
This commit is contained in:
foobar
2003-02-12 17:09:47 +00:00
parent 4a7e9488dd
commit 11260dc9d7

View File

@@ -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)