diff options
author | Stig Bakken <ssb@php.net> | 2001-10-10 16:14:25 +0000 |
---|---|---|
committer | Stig Bakken <ssb@php.net> | 2001-10-10 16:14:25 +0000 |
commit | 99687096cae7ce2669cf8a7704f4c3ae91acc47d (patch) | |
tree | c93ebfd716e53af620c11b6779d2fe99689ae2c8 | |
parent | f0c30a06621baf529ade6e62be6a51df669d4a60 (diff) | |
download | php-git-99687096cae7ce2669cf8a7704f4c3ae91acc47d.tar.gz |
* fix default path in configure help text
-rw-r--r-- | sapi/apache/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/apache/config.m4 b/sapi/apache/config.m4 index 3cdb95566b..c5fa19b2e5 100644 --- a/sapi/apache/config.m4 +++ b/sapi/apache/config.m4 @@ -64,7 +64,7 @@ if test "$PHP_SAPI" != "apache"; then AC_MSG_CHECKING(for Apache module support) AC_ARG_WITH(apache, [ --with-apache[=DIR] Build Apache module. DIR is the top-level Apache - build directory, defaults to /usr/local/etc/httpd.],[ + build directory, defaults to /usr/local/apache.],[ if test "$withval" = "yes"; then # Apache's default directory withval=/usr/local/apache |