]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Wed, 28 May 2003 14:12:04 +0000 (14:12 +0000)
committerfoobar <sniper@php.net>
Wed, 28 May 2003 14:12:04 +0000 (14:12 +0000)
sapi/apache/config.m4
sapi/apache2filter/config.m4
sapi/apache2handler/config.m4

index 995cf8a48611c65d98536705ba0248b75b261f28..fe8f7f2866e82c983e378de83a48da8e0f131159 100644 (file)
@@ -26,7 +26,7 @@ AC_ARG_WITH(apxs,
     AC_MSG_RESULT([2.  Apache was not compiled with DSO support (--enable-module=so);])
     AC_MSG_RESULT([3.  'apxs' is not in your path.  Try to use --with-apxs=/path/to/apxs])
     AC_MSG_RESULT([The output of $APXS follows])
-    $APXS
+    $APXS -q CFLAGS
     AC_MSG_ERROR([Aborting]) 
   fi 
 
index 4ab56aa06f6843c6564cd14e762a025a7b284f0e..e2ade1ced9daa8c125a5ccb42b68635a3d6e66a6 100644 (file)
@@ -27,7 +27,7 @@ AC_ARG_WITH(apxs2filter,
     AC_MSG_RESULT([3. Apache was not built using --enable-so (the apxs usage page is displayed)])
     AC_MSG_RESULT()
     AC_MSG_RESULT([The output of $APXS follows:])
-    $APXS
+    $APXS -q CFLAGS
     AC_MSG_ERROR([Aborting])
   fi 
 
index f6beece79b6484b7d9b532994e06e38d76e35ada..f135da5b55fa9501c1d2cf765ea939777640c708 100644 (file)
@@ -27,7 +27,7 @@ AC_ARG_WITH(apxs2,
     AC_MSG_RESULT([3. Apache was not built using --enable-so (the apxs usage page is displayed)])
     AC_MSG_RESULT()
     AC_MSG_RESULT([The output of $APXS follows:])
-    $APXS
+    $APXS -q CFLAGS
     AC_MSG_ERROR([Aborting])
   fi