]> granicus.if.org Git - php/commitdiff
- Fix for bug #15572 (Patch by Ralf Nyrén <ralf.nyren@educ.umu.se>)
authorDerick Rethans <derick@php.net>
Mon, 4 Mar 2002 17:46:19 +0000 (17:46 +0000)
committerDerick Rethans <derick@php.net>
Mon, 4 Mar 2002 17:46:19 +0000 (17:46 +0000)
sapi/apache/config.m4

index 4a67a94d97337c09ee63c8c5de2a91d24e10e901..c098062e72351f3fdd9cd27a53f9e32ab86e1d0a 100644 (file)
@@ -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