File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55AC_MSG_CHECKING ( for Apache 1.x module support via DSO through APXS )
66AC_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
9091if test "$PHP_SAPI" != "apache_hooks"; then
9192AC_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
You can’t perform that action at this time.
0 commit comments