diff options
| author | Andrey Hristov <andrey@php.net> | 1999-09-23 15:37:01 +0000 |
|---|---|---|
| committer | Andrey Hristov <andrey@php.net> | 1999-09-23 15:37:01 +0000 |
| commit | 9f07657b48f92d1c22d54d244d95a2b02b7a90c4 (patch) | |
| tree | 8541bd536e311b7a4eb7efaad5b8aaca7b587d57 | |
| parent | de8120f5d0f7e900cf5f8f7da34f639c7ed5c4bd (diff) | |
| download | php-git-9f07657b48f92d1c22d54d244d95a2b02b7a90c4.tar.gz | |
Small clarification.
| -rw-r--r-- | ext/pcre/config.m4 | 3 | ||||
| -rw-r--r-- | ext/pcre/config0.m4 | 3 |
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) |
