sniper Wed May 28 10:12:04 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/apache config.m4 /php4/sapi/apache2filter config.m4 /php4/sapi/apache2handler config.m4 Log: MFH Index: php4/sapi/apache/config.m4 diff -u php4/sapi/apache/config.m4:1.62.4.7 php4/sapi/apache/config.m4:1.62.4.8 --- php4/sapi/apache/config.m4:1.62.4.7 Sun Mar 30 13:36:46 2003 +++ php4/sapi/apache/config.m4 Wed May 28 10:12:04 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.62.4.7 2003/03/30 18:36:46 sas Exp $ +dnl $Id: config.m4,v 1.62.4.8 2003/05/28 14:12:04 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.25.2.5 php4/sapi/apache2filter/config.m4:1.25.2.6 --- php4/sapi/apache2filter/config.m4:1.25.2.5 Mon Apr 28 15:42:30 2003 +++ php4/sapi/apache2filter/config.m4 Wed May 28 10:12:04 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.25.2.5 2003/04/28 19:42:30 sas Exp $ +dnl $Id: config.m4,v 1.25.2.6 2003/05/28 14:12:04 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.1.2.4 php4/sapi/apache2handler/config.m4:1.1.2.5 --- php4/sapi/apache2handler/config.m4:1.1.2.4 Mon Apr 28 15:42:02 2003 +++ php4/sapi/apache2handler/config.m4 Wed May 28 10:12:04 2003 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.1.2.4 2003/04/28 19:42:02 sas Exp $ +dnl $Id: config.m4,v 1.1.2.5 2003/05/28 14:12:04 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