diff options
author | Sascha Schumann <sas@php.net> | 2001-05-12 09:13:42 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2001-05-12 09:13:42 +0000 |
commit | 718b588b14f3b82875bca1f62ebe9fa63a1e5a53 (patch) | |
tree | c590d246ec0345744e428c2fa6c0590053cdce4a /sapi/isapi/config.m4 | |
parent | 8a3eb51a26ae77b5bafd682df18568de3257a080 (diff) | |
download | php-git-718b588b14f3b82875bca1f62ebe9fa63a1e5a53.tar.gz |
Fix indentation of ./configure --help messages.
Diffstat (limited to 'sapi/isapi/config.m4')
-rw-r--r-- | sapi/isapi/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/isapi/config.m4 b/sapi/isapi/config.m4 index ceba1b9a1c..85fc88059a 100644 --- a/sapi/isapi/config.m4 +++ b/sapi/isapi/config.m4 @@ -3,7 +3,7 @@ dnl ## $Id$ -*- sh -*- RESULT=no AC_MSG_CHECKING(for Zeus ISAPI support) AC_ARG_WITH(isapi, -[ --with-isapi=DIR Build PHP as an ISAPI module for use with Zeus.], +[ --with-isapi=DIR Build PHP as an ISAPI module for use with Zeus.], [ if test "$withval" = "yes"; then ZEUSPATH=/usr/local/zeus # the default |