summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/pcre/config.m43
-rw-r--r--ext/pcre/config0.m43
2 files changed, 4 insertions, 2 deletions
diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4
index 9ee60a9305..7c01193fdc 100644
--- a/ext/pcre/config.m4
+++ b/ext/pcre/config.m4
@@ -8,7 +8,8 @@ AC_MSG_CHECKING(whether to include PCRE support)
AC_ARG_WITH(pcre-regex,
[ --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],
+ where PCRE's include and library files are located,
+ if not using bundled library.],
[
case "$withval" in
no)
diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4
index 9ee60a9305..7c01193fdc 100644
--- a/ext/pcre/config0.m4
+++ b/ext/pcre/config0.m4
@@ -8,7 +8,8 @@ AC_MSG_CHECKING(whether to include PCRE support)
AC_ARG_WITH(pcre-regex,
[ --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],
+ where PCRE's include and library files are located,
+ if not using bundled library.],
[
case "$withval" in
no)