pcre2: move to PCRE2 10.32

Closes #5353.
This commit is contained in:
David Adam
2018-12-29 21:33:00 +08:00
parent 742fde0dd6
commit b60a9d8c4a
131 changed files with 44615 additions and 33524 deletions

View File

@@ -686,7 +686,7 @@ if test "x$included_pcre2" = "xyes"; then
AC_MSG_NOTICE([using included PCRE2 library])
# unfortunately these get added to the global configuration
ac_configure_args="$ac_configure_args --disable-pcre2-8 --enable-pcre2-$WCHAR_T_BITS --disable-shared"
AC_CONFIG_SUBDIRS([pcre2-10.22])
AC_CONFIG_SUBDIRS([pcre2-10.32])
PCRE2_CXXFLAGS='-I$(PCRE2_DIR)/src'
PCRE2_LIBS='-L$(PCRE2_LIBDIR) -lpcre2-$(PCRE2_WIDTH)'