From: Andrey Hristov Date: Thu, 23 Sep 1999 15:37:01 +0000 (+0000) Subject: Small clarification. X-Git-Tag: before-sapi-split~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9f07657b48f92d1c22d54d244d95a2b02b7a90c4;p=php Small clarification. --- 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)