From be66f224b0e3cd3f78867c49c69ff3780aa38c93 Mon Sep 17 00:00:00 2001 From: Andrey Hristov Date: Mon, 12 Jul 1999 17:16:14 +0000 Subject: [PATCH] *** empty log message *** --- ext/pcre/config.m4 | 2 +- ext/pcre/config0.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4 index dd783eae530..eef4563d313 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 dd783eae530..eef4563d313 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"