From: Antony Dovgal Date: Wed, 18 Aug 2004 07:16:46 +0000 (+0000) Subject: typo in config.m4 (potential configuration problem with Stronghold) X-Git-Tag: php-4.3.9RC2~23 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74bbb513a21ab81e1051a7ef6bf949955457d24d;p=php typo in config.m4 (potential configuration problem with Stronghold) --- diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index fe8f7f2866..205dfa8458 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -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"