tony2001                Wed Aug 18 03:22:55 2004 EDT

  Modified files:              
    /php-src/sapi/apache        config.m4 
  Log:
  MFB: typo in config.m4 (potential configuration problem with Stronghold)
  
  
http://cvs.php.net/diff.php/php-src/sapi/apache/config.m4?r1=1.71&r2=1.72&ty=u
Index: php-src/sapi/apache/config.m4
diff -u php-src/sapi/apache/config.m4:1.71 php-src/sapi/apache/config.m4:1.72
--- php-src/sapi/apache/config.m4:1.71  Wed May 28 10:11:21 2003
+++ php-src/sapi/apache/config.m4       Wed Aug 18 03:22:54 2004
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.71 2003/05/28 14:11:21 sniper Exp $
+dnl $Id: config.m4,v 1.72 2004/08/18 07:22:54 tony2001 Exp $
 dnl
 
 AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS)
@@ -187,7 +187,7 @@
       fi
     # For StrongHold 2.2
     elif test -f $withval/apache/httpd.h; then
-      APACHE_INCLUDE=-"I$withval/apache -I$withval/ssl/include"
+      APACHE_INCLUDE="-I$withval/apache -I$withval/ssl/include"
       APACHE_TARGET=$withval/apache
       PHP_SELECT_SAPI(apache, static, sapi_apache.c mod_php5.c php_apache.c, 
$APACHE_INCLUDE)
       PHP_LIBS="-Lmodules/php5 -L../modules/php5 -L../../modules/php5 -lmodphp5"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to