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/caudium | |
parent | 8a3eb51a26ae77b5bafd682df18568de3257a080 (diff) | |
download | php-git-718b588b14f3b82875bca1f62ebe9fa63a1e5a53.tar.gz |
Fix indentation of ./configure --help messages.
Diffstat (limited to 'sapi/caudium')
-rw-r--r-- | sapi/caudium/config.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/caudium/config.m4 b/sapi/caudium/config.m4 index ba210cc354..f7d0550908 100644 --- a/sapi/caudium/config.m4 +++ b/sapi/caudium/config.m4 @@ -5,7 +5,7 @@ AC_MSG_CHECKING(for Caudium support) AC_ARG_WITH(caudium, [ --with-caudium=DIR Build PHP as a Pike module for use with Caudium DIR is the Caudium server dir, with the default value - /usr/local/caudium/server.], + /usr/local/caudium/server.], [ if test "$prefix" = "NONE"; then CPREF=/usr/local/; fi if test ! -d $withval ; then |