diff options
author | Sascha Schumann <sas@php.net> | 1999-09-16 15:35:49 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-09-16 15:35:49 +0000 |
commit | e20af627c2e174e9398141e68a897ba4d0d08cdb (patch) | |
tree | 0195b1d2c08185d2cbdc5b2e4ae00c5c1ac8d24b /ext/pcre/config.m4 | |
parent | cf0ea123842b793dfc4d43624b43ef86f1e9eb01 (diff) | |
download | php-git-e20af627c2e174e9398141e68a897ba4d0d08cdb.tar.gz |
improve short help messages
Diffstat (limited to 'ext/pcre/config.m4')
-rw-r--r-- | ext/pcre/config.m4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4 index 6137e59269..9ee60a9305 100644 --- a/ext/pcre/config.m4 +++ b/ext/pcre/config.m4 @@ -6,9 +6,10 @@ dnl if DIR is supplied, we'll use that for linking AC_MSG_CHECKING(whether to include PCRE support) AC_ARG_WITH(pcre-regex, -[ --without-pcre-regex Don't include Perl Compatible Regular Expressions support - Use --with-pcre-regex=DIR to specify DIR where PCRE include - and library files are located],[ +[ --without-pcre-regex Do not include Perl Compatible Regular Expressions + support. Use --with-pcre-regex=DIR to specify DIR + where PCRE's include and library files are located], +[ case "$withval" in no) AC_MSG_RESULT(no) |