diff options
author | foobar <sniper@php.net> | 2000-09-11 13:01:07 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2000-09-11 13:01:07 +0000 |
commit | 9559b88894390b568e118e0f909a5925b4a938a1 (patch) | |
tree | 0c74c2c3570b5909ebc41cec31ded24f0531e752 | |
parent | 42c5a9dad7f6696317c05236c7f3ed6a2bfb0087 (diff) | |
download | php-git-9559b88894390b568e118e0f909a5925b4a938a1.tar.gz |
Fixed bug #6356.
-rw-r--r-- | sapi/apache/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
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" |