1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-09 10:33:13 +02:00

Update to PCRE2 10.30 (14-August-2017)

This commit is contained in:
Bram Matthys
2017-11-10 19:05:36 +01:00
parent 6b35aa35a8
commit 1e059ca0e4
3 changed files with 2 additions and 2 deletions
Vendored
+1 -1
View File
@@ -7672,7 +7672,7 @@ fi
if test "x$with_system_pcre2" = "xno"; then :
pcre2_version="10.22"
pcre2_version="10.30"
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: extracting PCRE2 regex library" >&5
$as_echo "extracting PCRE2 regex library" >&6; }
cur_dir=`pwd`
+1 -1
View File
@@ -740,7 +740,7 @@ PKG_CHECK_MODULES([TRE], tre >= 0.7.5)
AS_IF([test "x$with_system_pcre2" = "xno"],[
dnl REMEMBER TO CHANGE WITH A NEW PCRE2 RELEASE!
pcre2_version="10.22"
pcre2_version="10.30"
AC_MSG_RESULT(extracting PCRE2 regex library)
cur_dir=`pwd`
cd extras
Binary file not shown.