sniper Wed Feb 12 12:09:47 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/apache config.m4 Log: MFH Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.62.4.2 php4/sapi/apache/config.m4:1.62.4.3 --- php4/sapi/apache/config.m4:1.62.4.2 Mon Feb 10 21:35:34 2003 +++ php4/sapi/apache/config.m4 Wed Feb 12 12:09:47 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.62.4.2 2003/02/11 02:35:34 sas Exp $ +dnl $Id: config.m4,v 1.62.4.3 2003/02/12 17:09:47 sniper Exp $ dnl AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS) @@ -34,6 +34,7 @@ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php