]> granicus.if.org Git - php/commitdiff
- Changed --with-apxs2 for apache2handler.
authorfoobar <sniper@php.net>
Mon, 10 Mar 2003 03:14:37 +0000 (03:14 +0000)
committerfoobar <sniper@php.net>
Mon, 10 Mar 2003 03:14:37 +0000 (03:14 +0000)
# Can we nuke that apache2filter now from php5 ?

sapi/apache2filter/config.m4
sapi/apache2handler/config.m4

index 770c3eabd7c8d9e4aef3fd6843d245b3bbd0ddea..be1b57bd63a357dcf4e6faeec9850fcfb260f907 100644 (file)
@@ -3,8 +3,8 @@ dnl $Id$
 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 7eb001cfe2c9c312a3c726070486ad13072b96f0..d4d04e145181661b7068692ec14192f763671e99 100644 (file)
@@ -3,8 +3,8 @@ dnl $Id$
 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