From: foobar Date: Mon, 10 Mar 2003 03:14:37 +0000 (+0000) Subject: - Changed --with-apxs2 for apache2handler. X-Git-Tag: RELEASE_0_5~533 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f10d00b374c64e4d41a8aa177421de5052562642;p=php - Changed --with-apxs2 for apache2handler. # Can we nuke that apache2filter now from php5 ? --- diff --git a/sapi/apache2filter/config.m4 b/sapi/apache2filter/config.m4 index 770c3eabd7..be1b57bd63 100644 --- a/sapi/apache2filter/config.m4 +++ b/sapi/apache2filter/config.m4 @@ -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 diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index 7eb001cfe2..d4d04e1451 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -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