Browse Source

*** empty log message ***

experimental/newoperator
Andrey Hristov 27 years ago
parent
commit
be66f224b0
  1. 2
      ext/pcre/config.m4
  2. 2
      ext/pcre/config0.m4

2
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"

2
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"

Loading…
Cancel
Save