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

index fe8f7f2866e82c983e378de83a48da8e0f131159..205dfa845864ced18539fa6a655f2aa5ccc5202d 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_php4.c php_apache.c, $APACHE_INCLUDE)
       PHP_LIBS="-Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4"