diff options
author | jim winstead <jimw@php.net> | 2002-02-25 18:27:13 +0000 |
---|---|---|
committer | jim winstead <jimw@php.net> | 2002-02-25 18:27:13 +0000 |
commit | 63669c6a64176b3315f6942da3822479fa1ab17e (patch) | |
tree | 0e4c8210b73fa6a3e2a6f15e2d8ba521f6666e95 /sapi/apache | |
parent | b6b4b27988c43135600aa79b314cd527d1ed32f4 (diff) | |
download | php-git-63669c6a64176b3315f6942da3822479fa1ab17e.tar.gz |
make it more clear that --with-apache and --with-apxs only work with apache 1.x.
Diffstat (limited to 'sapi/apache')
-rw-r--r-- | sapi/apache/config.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index f9c4d07ad1..4a67a94d97 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -2,9 +2,9 @@ dnl dnl $Id$ dnl -AC_MSG_CHECKING(for Apache module support via DSO through APXS) +AC_MSG_CHECKING(for Apache 1.x module support via DSO through APXS) AC_ARG_WITH(apxs, -[ --with-apxs[=FILE] Build shared Apache module. FILE is the optional +[ --with-apxs[=FILE] 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 @@ -71,9 +71,9 @@ AC_ARG_WITH(apxs, APACHE_INSTALL_FILES="\$(srcdir)/sapi/apache/mod_php4.* sapi/apache/libphp4.module" if test "$PHP_SAPI" != "apache"; then -AC_MSG_CHECKING(for Apache module support) +AC_MSG_CHECKING(for Apache 1.x module support) AC_ARG_WITH(apache, -[ --with-apache[=DIR] Build Apache module. DIR is the top-level Apache +[ --with-apache[=DIR] Build Apache 1.x module. DIR is the top-level Apache build directory, defaults to /usr/local/apache.],[ if test "$withval" = "yes"; then # Apache's default directory |