diff options
Diffstat (limited to 'ext/ccvs/config.m4')
| -rw-r--r-- | ext/ccvs/config.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/ccvs/config.m4 b/ext/ccvs/config.m4 index aea9e1a893..ef347ffe9c 100644 --- a/ext/ccvs/config.m4 +++ b/ext/ccvs/config.m4 @@ -3,9 +3,8 @@ dnl config.m4 for PHP4 CCVS Extension AC_MSG_CHECKING(CCVS Support) AC_ARG_WITH(ccvs, -[ --with-ccvs[=DIR] Compile CCVS support into PHP4. - Please specify your CCVS base install directory as DIR. -], +[ --with-ccvs[=DIR] Compile CCVS support into PHP4. Please specify your + CCVS base install directory as DIR.], [ if test "$withval" != "no"; then CCVS_DIR="$withval" |
