From dcb0daeae33bcaf3c0b68733174e50bfc772351c Mon Sep 17 00:00:00 2001 From: foobar Date: Wed, 28 May 2003 14:11:21 +0000 Subject: - Fix the error message if apxs|2 is fubar. --- sapi/apache2handler/config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/apache2handler') diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index 269bb59484..54e09b3dfb 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 -- cgit v1.2.1