From: Thierry Bastian Date: Wed, 9 Oct 2024 07:18:49 +0000 (+0200) Subject: Configure: MSVC compatibility with PCRE2 10.43. X-Git-Tag: release-1.26.3~12 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=cfd68334d8ba39b5fa016fe323aa8cdbd540cbe6;p=nginx.git Configure: MSVC compatibility with PCRE2 10.43. --- diff --git a/auto/lib/pcre/make b/auto/lib/pcre/make index 839ef294b..182590ac5 100644 --- a/auto/lib/pcre/make +++ b/auto/lib/pcre/make @@ -36,7 +36,8 @@ if [ $PCRE_LIBRARY = PCRE2 ]; then pcre2_valid_utf.c \ pcre2_xclass.c" - ngx_pcre_test="pcre2_convert.c \ + ngx_pcre_test="pcre2_chkdint.c \ + pcre2_convert.c \ pcre2_extuni.c \ pcre2_find_bracket.c \ pcre2_script_run.c \