From: Remi Collet Date: Tue, 19 Feb 2019 08:54:32 +0000 (+0100) Subject: fix build with external libpcre2 X-Git-Tag: php-7.4.0alpha1~990 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24433e9d25d410418713c479a675dc92e6a036ae;p=php fix build with external libpcre2 --- diff --git a/ext/pcre/config0.m4 b/ext/pcre/config0.m4 index cfacd6ca8e..27ecbc414f 100644 --- a/ext/pcre/config0.m4 +++ b/ext/pcre/config0.m4 @@ -13,7 +13,7 @@ if test "$PHP_EXTERNAL_PCRE" != "no"; then PKG_CHECK_MODULES([PCRE2], [libpcre2-8 >= 10.30]) PHP_EVAL_INCLINE($PCRE2_CFLAGS) - PHP_EVAL_LIBLINE($PCRE2_LIB) + PHP_EVAL_LIBLINE($PCRE2_LIBS) AC_DEFINE(PCRE2_CODE_UNIT_WIDTH, 8, [ ]) AC_DEFINE(HAVE_PCRE, 1, [ ])