diff options
Diffstat (limited to 'ext/pcre/config.m4')
| -rw-r--r-- | ext/pcre/config.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4 index b903b19c42..cf973fe052 100644 --- a/ext/pcre/config.m4 +++ b/ext/pcre/config.m4 @@ -1,10 +1,11 @@ +dnl dnl $Id$ -dnl config.m4 for extension pcre +dnl 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,whether to include PCRE support, +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, @@ -57,5 +58,4 @@ if test "$PHP_PCRE_REGEX" != "no"; then fi PHP_SUBST(PCRE_SHARED_LIBADD) - AC_CHECK_FUNC(memmove, [], [AC_DEFINE(USE_BCOPY, 1, [ ])]) |
