mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
*** empty log message ***
This commit is contained in:
parent
c37ceccb54
commit
be66f224b0
@ -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"
|
||||
|
@ -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…
Reference in New Issue
Block a user