From: Andrey Hristov Date: Tue, 1 Jun 1999 20:31:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: BEFORE_REMOVING_GC_STEP1~217 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aea7498779b5eaa6600082d696a1f059993dbe82;p=php *** empty log message *** --- diff --git a/ext/pcre/config.m4 b/ext/pcre/config.m4 index e2a903178f..dd783eae53 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[=DIR] Include Perl Compatible Regular Expressions support],[ +[ --with-pcre-regex 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 e2a903178f..dd783eae53 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[=DIR] Include Perl Compatible Regular Expressions support],[ +[ --with-pcre-regex 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"