From: foobar Date: Mon, 11 Sep 2000 13:01:07 +0000 (+0000) Subject: Fixed bug #6356. X-Git-Tag: php-4.0.3RC1~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9559b88894390b568e118e0f909a5925b4a938a1;p=php Fixed bug #6356. --- diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index 5210c87e57..664ee281a5 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -43,7 +43,7 @@ AC_ARG_WITH(apxs, APACHE_HAS_REGEX=yes fi if `echo $APXS_CFLAGS|grep EAPI>/dev/null`; then - CPPFLAGS="$CPPFLAGS -DEAPI=1" + CPPFLAGS="$CPPFLAGS -DEAPI" fi PHP_SAPI=apache APACHE_INSTALL="$APXS -i -a -n php4 $SAPI_SHARED"