mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +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 *** GRegex checks ***
|
||||||
dnl *********************
|
dnl *********************
|
||||||
|
|
||||||
PCRE_REQUIRED_VERSION=8.11
|
PCRE_REQUIRED_VERSION=8.13
|
||||||
|
|
||||||
# Check if we should use the internal or the system-supplied pcre
|
# Check if we should use the internal or the system-supplied pcre
|
||||||
AC_ARG_WITH(pcre,
|
AC_ARG_WITH(pcre,
|
||||||
|
Loading…
Reference in New Issue
Block a user