]> granicus.if.org Git - php/commitdiff
MFB: typo in config.m4 (potential configuration problem with Stronghold)
authorAntony Dovgal <tony2001@php.net>
Wed, 18 Aug 2004 07:19:45 +0000 (07:19 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 18 Aug 2004 07:19:45 +0000 (07:19 +0000)
sapi/apache/config.m4

index 42a3f4b4ec32a57d67f9e5e795fcac765007678f..7becbbd519639e68465814c5aba0038379142746 100644 (file)
@@ -187,7 +187,7 @@ AC_ARG_WITH(apache,
       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"