summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>1999-07-12 17:16:14 +0000
committerAndrey Hristov <andrey@php.net>1999-07-12 17:16:14 +0000
commitbe66f224b0e3cd3f78867c49c69ff3780aa38c93 (patch)
tree02cc4c2497febe3bfcb355e0f6c6ac87a0cbb538
parentc37ceccb5458ef2219f7e5c8e99ca6c6622b012d (diff)
downloadphp-git-be66f224b0e3cd3f78867c49c69ff3780aa38c93.tar.gz
*** empty log message ***
-rw-r--r--ext/pcre/config.m42
-rw-r--r--ext/pcre/config0.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4
index dd783eae53..eef4563d31 100644
--- a/ext/pcre/config.m4
+++ b/ext/pcre/config.m4
@@ -6,7 +6,7 @@ dnl if DIR is supplied, we'll use that for linking
AC_MSG_CHECKING(whether to include PCRE support)
AC_ARG_WITH(pcre-regex,
-[ --with-pcre-regex Include Perl Compatible Regular Expressions support],[
+[ --without-pcre-regex Don't include Perl Compatible Regular Expressions support],[
if test "$withval" = "yes"; then
EXTRA_LIBS="-L$abs_builddir/ext/pcre/pcrelib -lpcre $EXTRA_LIBS"
PCRE_SUBDIR="pcrelib"
diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4
index dd783eae53..eef4563d31 100644
--- a/ext/pcre/config0.m4
+++ b/ext/pcre/config0.m4
@@ -6,7 +6,7 @@ dnl if DIR is supplied, we'll use that for linking
AC_MSG_CHECKING(whether to include PCRE support)
AC_ARG_WITH(pcre-regex,
-[ --with-pcre-regex Include Perl Compatible Regular Expressions support],[
+[ --without-pcre-regex Don't include Perl Compatible Regular Expressions support],[
if test "$withval" = "yes"; then
EXTRA_LIBS="-L$abs_builddir/ext/pcre/pcrelib -lpcre $EXTRA_LIBS"
PCRE_SUBDIR="pcrelib"