From: Derick Rethans Date: Mon, 4 Mar 2002 17:46:19 +0000 (+0000) Subject: - Fix for bug #15572 (Patch by Ralf Nyrén ) X-Git-Tag: php-4.2.0RC1~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6738260af9565646393fab1322f439903bd2599;p=php - Fix for bug #15572 (Patch by Ralf Nyrén ) --- diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index 4a67a94d97..c098062e72 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -42,7 +42,7 @@ AC_ARG_WITH(apxs, PHP_SAPI=apache # Test whether apxs support -S option - $APXS -q -S CFLAGS=$APXS_CFLAGS CFLAGS >/dev/null 2>&1 + $APXS -q -S CFLAGS="$APXS_CFLAGS" CFLAGS >/dev/null 2>&1 if test "$?" != "0"; then APACHE_INSTALL="$APXS -i -a -n php4 $SAPI_SHARED" # Old apxs does not have -S option