From 24433e9d25d410418713c479a675dc92e6a036ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Feb 2019 09:54:32 +0100 Subject: [PATCH] fix build with external libpcre2 --- ext/pcre/config0.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, [ ]) -- 2.49.0