sniper          Sun Mar  9 22:14:37 2003 EDT

  Modified files:              
    /php4/sapi/apache2filter    config.m4 
    /php4/sapi/apache2handler   config.m4 
  Log:
  - Changed --with-apxs2 for apache2handler.
  
  # Can we nuke that apache2filter now from php5 ? 
  
  
Index: php4/sapi/apache2filter/config.m4
diff -u php4/sapi/apache2filter/config.m4:1.28 php4/sapi/apache2filter/config.m4:1.29
--- php4/sapi/apache2filter/config.m4:1.28      Sun Feb 23 02:32:03 2003
+++ php4/sapi/apache2filter/config.m4   Sun Mar  9 22:14:36 2003
@@ -1,10 +1,10 @@
 dnl
-dnl $Id: config.m4,v 1.28 2003/02/23 07:32:03 sniper Exp $
+dnl $Id: config.m4,v 1.29 2003/03/10 03:14:36 sniper Exp $
 dnl
 
 AC_MSG_CHECKING(for Apache 2.0 module support via DSO through APXS)
-AC_ARG_WITH(apxs2,
-[  --with-apxs2[=FILE]     EXPERIMENTAL: Build shared Apache 2.0 module. FILE is the 
optional
+AC_ARG_WITH(apxs2filter,
+[  --with-apxs2filter[=FILE]   EXPERIMENTAL: Build shared Apache 2.0 module. FILE is 
the optional
                           pathname to the Apache apxs tool; defaults to "apxs".],[
   if test "$withval" = "yes"; then
     APXS=apxs
Index: php4/sapi/apache2handler/config.m4
diff -u php4/sapi/apache2handler/config.m4:1.2 php4/sapi/apache2handler/config.m4:1.3
--- php4/sapi/apache2handler/config.m4:1.2      Sun Feb 23 02:32:03 2003
+++ php4/sapi/apache2handler/config.m4  Sun Mar  9 22:14:37 2003
@@ -1,10 +1,10 @@
 dnl
-dnl $Id: config.m4,v 1.2 2003/02/23 07:32:03 sniper Exp $
+dnl $Id: config.m4,v 1.3 2003/03/10 03:14:37 sniper Exp $
 dnl
 
 AC_MSG_CHECKING(for Apache 2.0 handler-module support via DSO through APXS)
-AC_ARG_WITH(apxs2handler,
-[  --with-apxs2handler[=FILE]     EXPERIMENTAL: Build shared Apache 2.0 module. FILE 
is the optional
+AC_ARG_WITH(apxs2,
+[  --with-apxs2[=FILE]     EXPERIMENTAL: Build shared Apache 2.0 module. FILE is the 
optional
                           pathname to the Apache apxs tool; defaults to "apxs".],[
   if test "$withval" = "yes"; then
     APXS=apxs



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to