mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
regex: Require PCRE 8.13
Bump the required version for external PCRE to 8.13, to fix the build with external PCRE.
This commit is contained in:
parent
b5b1179d3f
commit
938c28b36b
@ -2475,7 +2475,7 @@ dnl *********************
|
||||
dnl *** GRegex checks ***
|
||||
dnl *********************
|
||||
|
||||
PCRE_REQUIRED_VERSION=8.11
|
||||
PCRE_REQUIRED_VERSION=8.13
|
||||
|
||||
# Check if we should use the internal or the system-supplied pcre
|
||||
AC_ARG_WITH(pcre,
|
||||
|
Loading…
Reference in New Issue
Block a user