mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-13 21:51:36 +01:00
Update PCRE2 from 10.20 to 10.21
This commit is contained in:
parent
0966e5f859
commit
8199b26137
3 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -6801,7 +6801,7 @@ fi
|
|||
|
||||
if test "x$with_system_pcre2" = "xno"; then :
|
||||
|
||||
pcre2_version="10.20"
|
||||
pcre2_version="10.21"
|
||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: extracting PCRE2 regex library" >&5
|
||||
$as_echo "extracting PCRE2 regex library" >&6; }
|
||||
cur_dir=`pwd`
|
||||
|
|
|
@ -642,7 +642,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.20"
|
||||
pcre2_version="10.21"
|
||||
AC_MSG_RESULT(extracting PCRE2 regex library)
|
||||
cur_dir=`pwd`
|
||||
cd extras
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue