summaryrefslogtreecommitdiff
path: root/ext/pcre/config0.m4
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2007-07-03 17:25:43 +0000
committerfoobar <sniper@php.net>2007-07-03 17:25:43 +0000
commit7ed3c4536d7b89647628ba89ffc52a92234e909a (patch)
tree3722e9312134616e1eaca3b7f2448569f582787d /ext/pcre/config0.m4
parent2fd4e8146c9e7f6de7e8e260be9833e875734f45 (diff)
downloadphp-git-7ed3c4536d7b89647628ba89ffc52a92234e909a.tar.gz
MFH: Fix some configure --help texts
Diffstat (limited to 'ext/pcre/config0.m4')
-rw-r--r--ext/pcre/config0.m46
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4
index ea0184537d..373af4e9bd 100644
--- a/ext/pcre/config0.m4
+++ b/ext/pcre/config0.m4
@@ -6,10 +6,8 @@ dnl By default we'll compile and link against the bundled PCRE library
dnl if DIR is supplied, we'll use that for linking
PHP_ARG_WITH(pcre-regex,for PCRE support,
-[ --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,
- if not using bundled library.],yes)
+[ --without-pcre-regex Do not include Perl Compatible Regular Expressions support.
+ DIR is the PCRE install prefix [BUNDLED]], yes)
if test "$PHP_PCRE_REGEX" != "no"; then
if test "$PHP_PCRE_REGEX" = "yes"; then