]> granicus.if.org Git - php/commitdiff
- Fix the error message if apxs|2 is fubar.
authorfoobar <sniper@php.net>
Wed, 28 May 2003 14:11:21 +0000 (14:11 +0000)
committerfoobar <sniper@php.net>
Wed, 28 May 2003 14:11:21 +0000 (14:11 +0000)
sapi/apache/config.m4
sapi/apache2filter/config.m4
sapi/apache2handler/config.m4

index 2d95309f6190cc8123a89f5f0f41102624878c8f..42a3f4b4ec32a57d67f9e5e795fcac765007678f 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 030a9633cf648b95d07dd64d23159f8fba858393..234fb0290a0fb85051d85d691f9fc1bd8fb8ee41 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 269bb59484dae8acfd2648ccbe5f38f4c0cab4a8..54e09b3dfba105fe733aae728dc481d240de8e46 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