summaryrefslogtreecommitdiff
path: root/sapi/apache_hooks
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-11-19 17:58:10 +0000
committerfoobar <sniper@php.net>2002-11-19 17:58:10 +0000
commit5df80a262b3ba480de3b7a4e614af784a51dbf41 (patch)
tree58dc37c795f5870480455b1e7d18af9434e8eaf7 /sapi/apache_hooks
parent4be862b02cb450f525d1aa8aafae4943cd1e47eb (diff)
downloadphp-git-5df80a262b3ba480de3b7a4e614af784a51dbf41.tar.gz
Fix the configure..
Diffstat (limited to 'sapi/apache_hooks')
-rw-r--r--sapi/apache_hooks/config.m48
1 files changed, 5 insertions, 3 deletions
diff --git a/sapi/apache_hooks/config.m4 b/sapi/apache_hooks/config.m4
index d0f329cd4b..2a6c96311d 100644
--- a/sapi/apache_hooks/config.m4
+++ b/sapi/apache_hooks/config.m4
@@ -4,7 +4,8 @@ dnl
AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS)
AC_ARG_WITH(apache-hooks,
-[ --with-apache-hooks[=FILE] Build shared Apache 1.x module. FILE is the optional
+[ --with-apache-hooks[=FILE]
+ EXPERIMENTAL: Build shared Apache 1.x module. FILE is the optional
pathname to the Apache apxs tool; defaults to "apxs".],[
if test "$withval" = "yes"; then
APXS=apxs
@@ -89,8 +90,9 @@ APACHE_INSTALL_FILES="\$(srcdir)/sapi/apache_hooks/mod_php4.* sapi/apache_hooks/
if test "$PHP_SAPI" != "apache_hooks"; then
AC_MSG_CHECKING(for Apache 1.x module support)
-AC_ARG_WITH(apache,
-[ --with-apache_hooks-static[=DIR] Build Apache 1.x module. DIR is the top-level Apache
+AC_ARG_WITH(apache-hooks-static,
+[ --with-apache-hooks-static[=DIR]
+ EXPERIMENTAL: Build Apache 1.x module. DIR is the top-level Apache
build directory, defaults to /usr/local/apache.],[
AC_DEFINE(APACHE_HOOKS,1,[ ])
if test "$withval" = "yes"; then