sniper Wed May 28 10:11:21 2003 EDT
Modified files:
/php4/sapi/apache config.m4
/php4/sapi/apache2filter config.m4
/php4/sapi/apache2handler config.m4
Log:
- Fix the error message if apxs|2 is fubar.
Index: php4/sapi/apache/config.m4
diff -u php4/sapi/apache/config.m4:1.70 php4/sapi/apache/config.m4:1.71
--- php4/sapi/apache/config.m4:1.70 Sun Mar 30 13:36:04 2003
+++ php4/sapi/apache/config.m4 Wed May 28 10:11:21 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.70 2003/03/30 18:36:04 sas Exp $
+dnl $Id: config.m4,v 1.71 2003/05/28 14:11:21 sniper Exp $
dnl
AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS)
@@ -26,7 +26,7 @@
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: php4/sapi/apache2filter/config.m4
diff -u php4/sapi/apache2filter/config.m4:1.31 php4/sapi/apache2filter/config.m4:1.32
--- php4/sapi/apache2filter/config.m4:1.31 Mon Apr 28 15:42:55 2003
+++ php4/sapi/apache2filter/config.m4 Wed May 28 10:11:21 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.31 2003/04/28 19:42:55 sas Exp $
+dnl $Id: config.m4,v 1.32 2003/05/28 14:11:21 sniper Exp $
dnl
AC_MSG_CHECKING(for Apache 2.0 module support via DSO through APXS)
@@ -27,7 +27,7 @@
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: php4/sapi/apache2handler/config.m4
diff -u php4/sapi/apache2handler/config.m4:1.5 php4/sapi/apache2handler/config.m4:1.6
--- php4/sapi/apache2handler/config.m4:1.5 Mon Apr 28 15:43:09 2003
+++ php4/sapi/apache2handler/config.m4 Wed May 28 10:11:21 2003
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.5 2003/04/28 19:43:09 sas Exp $
+dnl $Id: config.m4,v 1.6 2003/05/28 14:11:21 sniper Exp $
dnl
AC_MSG_CHECKING(for Apache 2.0 handler-module support via DSO through APXS)
@@ -27,7 +27,7 @@
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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php