From: foobar Date: Wed, 28 May 2003 14:12:04 +0000 (+0000) Subject: MFH X-Git-Tag: BEFORE_FD_REAPPLY~42 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dc78733629f49fe634a6201c9ca577923fc6ede;p=php MFH --- diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index 995cf8a486..fe8f7f2866 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -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 diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index 4ab56aa06f..e2ade1ced9 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -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 diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index f6beece79b..f135da5b55 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -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