diff options
author | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2001-11-30 19:00:13 +0000 |
commit | f1397d533969095577f9d11005015a1291b16568 (patch) | |
tree | b2bf7c7cbd6bcda7d16530d137968f9e7c85f71d /ext/pcre | |
parent | e858d27888471107a4816d62033db785fab5f2da (diff) | |
download | php-git-f1397d533969095577f9d11005015a1291b16568.tar.gz |
Unified the configure messages.
Diffstat (limited to 'ext/pcre')
-rw-r--r-- | ext/pcre/config.m4 | 6 | ||||
-rw-r--r-- | ext/pcre/config0.m4 | 6 |
2 files changed, 6 insertions, 6 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, [ ])]) diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4 index b903b19c42..cf973fe052 100644 --- a/ext/pcre/config0.m4 +++ b/ext/pcre/config0.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, [ ])]) |