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/caudium | |
| parent | d12196e57555ade57bd1ba90d00c6508a95fa2f7 (diff) | |
| download | php-git-a20383ba06c911615b8e95387fd3b016670f4ae8.tar.gz | |
- Unify the "configure --help" texts
Diffstat (limited to 'sapi/caudium')
| -rw-r--r-- | sapi/caudium/config.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sapi/caudium/config.m4 b/sapi/caudium/config.m4 index ef36a5ea6e..60d607cff1 100644 --- a/sapi/caudium/config.m4 +++ b/sapi/caudium/config.m4 @@ -5,9 +5,8 @@ dnl RESULT=no 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.], +[ --with-caudium[=DIR] Build PHP as a Pike module for use with Caudium. + DIR is the Caudium server dir [/usr/local/caudium/server]], [ if test "$prefix" = "NONE"; then CPREF=/usr/local/; fi if test ! -d $withval ; then |
