diff options
author | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-05-29 23:17:16 +0000 |
commit | a20383ba06c911615b8e95387fd3b016670f4ae8 (patch) | |
tree | 4b378fb473588105450c75e73574b62f62fcffba /sapi/apache_hooks | |
parent | d12196e57555ade57bd1ba90d00c6508a95fa2f7 (diff) | |
download | php-git-a20383ba06c911615b8e95387fd3b016670f4ae8.tar.gz |
- Unify the "configure --help" texts
Diffstat (limited to 'sapi/apache_hooks')
-rw-r--r-- | sapi/apache_hooks/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/apache_hooks/config.m4 b/sapi/apache_hooks/config.m4 index 775a91e578..c0ea405b03 100644 --- a/sapi/apache_hooks/config.m4 +++ b/sapi/apache_hooks/config.m4 @@ -22,7 +22,7 @@ AC_MSG_CHECKING(for Apache 1.x (hooks) module support via DSO through APXS) AC_ARG_WITH(apache-hooks, [ --with-apache-hooks[=FILE] EXPERIMENTAL: Build shared Apache 1.x module. FILE is the optional - pathname to the Apache apxs tool; defaults to "apxs".],[ + pathname to the Apache apxs tool [apxs]],[ if test "$withval" = "yes"; then APXS=apxs $APXS -q CFLAGS >/dev/null 2>&1 @@ -123,7 +123,7 @@ AC_MSG_CHECKING(for Apache 1.x (hooks) module support) 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.],[ + build directory [/usr/local/apache]],[ APACHE_INSTALL_FILES="\$(srcdir)/sapi/apache_hooks/mod_php5.* sapi/apache_hooks/libphp5.module" @@ -240,7 +240,7 @@ fi AC_MSG_CHECKING(for mod_charset compatibility option) AC_ARG_WITH(mod_charset, -[ --with-mod_charset Enable transfer tables for mod_charset (Rus Apache).], +[ --with-mod_charset Enable transfer tables for mod_charset (Rus Apache)], [ AC_MSG_RESULT(yes) AC_DEFINE(USE_TRANSFER_TABLES,1,[ ]) |