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/apache2handler | |
| parent | d12196e57555ade57bd1ba90d00c6508a95fa2f7 (diff) | |
| download | php-git-a20383ba06c911615b8e95387fd3b016670f4ae8.tar.gz | |
- Unify the "configure --help" texts
Diffstat (limited to 'sapi/apache2handler')
| -rw-r--r-- | sapi/apache2handler/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sapi/apache2handler/config.m4 b/sapi/apache2handler/config.m4 index 811395ef9d..05659e5c1e 100644 --- a/sapi/apache2handler/config.m4 +++ b/sapi/apache2handler/config.m4 @@ -4,8 +4,8 @@ dnl AC_MSG_CHECKING(for Apache 2.0 handler-module support via DSO through APXS) AC_ARG_WITH(apxs2, -[ --with-apxs2[=FILE] EXPERIMENTAL: Build shared Apache 2.0 Handler module. FILE is the optional - pathname to the Apache apxs tool; defaults to "apxs".],[ +[ --with-apxs2[=FILE] Build shared Apache 2.0 Handler module. FILE is the optional + pathname to the Apache apxs tool [apxs]],[ if test "$withval" = "yes"; then APXS=apxs $APXS -q CFLAGS >/dev/null 2>&1 @@ -61,7 +61,7 @@ AC_ARG_WITH(apxs2, if test "$APACHE_VERSION" -le 2000000; then AC_MSG_ERROR([You have enabled Apache 2 support while your server is Apache 1.3. Please use the appropiate switch --with-apxs (without the 2)]) elif test "$APACHE_VERSION" -lt 2000044; then - AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required.]) + AC_MSG_ERROR([Please note that Apache version >= 2.0.44 is required]) fi APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` |
