sniper          Wed Feb 12 12:09:31 2003 EDT

  Modified files:              
    /php4/sapi/apache   config.m4 
  Log:
  Fixed the "member fd in BUFF" test for --with-apxs builds
  
Index: php4/sapi/apache/config.m4
diff -u php4/sapi/apache/config.m4:1.64 php4/sapi/apache/config.m4:1.65
--- php4/sapi/apache/config.m4:1.64     Mon Feb 10 21:34:52 2003
+++ php4/sapi/apache/config.m4  Wed Feb 12 12:09:31 2003
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.64 2003/02/11 02:34:52 sas Exp $
+dnl $Id: config.m4,v 1.65 2003/02/12 17:09:31 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

Reply via email to