1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 17:14:46 +02:00

Update shipped PCRE2 to 10.45.

This commit is contained in:
Bram Matthys
2025-04-16 14:16:51 +02:00
parent 85b9b4ddc1
commit a6d9288a77
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -617,7 +617,7 @@ AS_IF([test "x$PRIVATELIBDIR" != "x"], [rm -f "$PRIVATELIBDIR/"libpcre2*])],[has
AS_IF([test "$has_system_pcre2" = "no"], [
dnl REMEMBER TO CHANGE WITH A NEW PCRE2 RELEASE!
pcre2_version="10.44"
pcre2_version="10.45"
AC_MSG_RESULT(extracting PCRE2 regex library)
cur_dir=`pwd`
cd extras