Skip to content

Commit 5df80a2

Browse files
author
foobar
committed
Fix the configure..
1 parent 4be862b commit 5df80a2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

sapi/apache_hooks/config.m4

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ dnl
44

55
AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS)
66
AC_ARG_WITH(apache-hooks,
7-
[ --with-apache-hooks[=FILE] Build shared Apache 1.x module. FILE is the optional
7+
[ --with-apache-hooks[=FILE]
8+
EXPERIMENTAL: Build shared Apache 1.x module. FILE is the optional
89
pathname to the Apache apxs tool; defaults to "apxs".],[
910
if test "$withval" = "yes"; then
1011
APXS=apxs
@@ -89,8 +90,9 @@ APACHE_INSTALL_FILES="\$(srcdir)/sapi/apache_hooks/mod_php4.* sapi/apache_hooks/
8990

9091
if test "$PHP_SAPI" != "apache_hooks"; then
9192
AC_MSG_CHECKING(for Apache 1.x module support)
92-
AC_ARG_WITH(apache,
93-
[ --with-apache_hooks-static[=DIR] Build Apache 1.x module. DIR is the top-level Apache
93+
AC_ARG_WITH(apache-hooks-static,
94+
[ --with-apache-hooks-static[=DIR]
95+
EXPERIMENTAL: Build Apache 1.x module. DIR is the top-level Apache
9496
build directory, defaults to /usr/local/apache.],[
9597
AC_DEFINE(APACHE_HOOKS,1,[ ])
9698
if test "$withval" = "yes"; then

0 commit comments

Comments
 (0)