summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2003-03-10 03:14:37 +0000
committerfoobar <sniper@php.net>2003-03-10 03:14:37 +0000
commitf10d00b374c64e4d41a8aa177421de5052562642 (patch)
tree380abf2065f783e9d0ca26b2d9bcd851550e2a40 /sapi/apache2filter
parentf8fc50ed6d25b77b1b935b2aad744133c5c1ee1f (diff)
downloadphp-git-f10d00b374c64e4d41a8aa177421de5052562642.tar.gz
- Changed --with-apxs2 for apache2handler.
# Can we nuke that apache2filter now from php5 ?
Diffstat (limited to 'sapi/apache2filter')
-rw-r--r--sapi/apache2filter/config.m44
1 files changed, 2 insertions, 2 deletions
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