mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
bump PCRE requirement to version 7.2.
2007-09-10 Marco Barisione <marco@barisione.org> * configure.in: bump PCRE requirement to version 7.2. svn path=/trunk/; revision=5743
This commit is contained in:
parent
eb5d1e18b1
commit
963a7572c0
@ -2,6 +2,7 @@
|
||||
|
||||
* glib/gregex.c: define PCRE_ERROR_NULLWSLIMIT if it's not defined by
|
||||
PCRE, has PCRE 7.3 removed this definition. (#475474)
|
||||
* configure.in: bump PCRE requirement to version 7.2.
|
||||
|
||||
2007-09-05 Behdad Esfahbod <behdad@gnome.org>
|
||||
|
||||
|
@ -2166,7 +2166,7 @@ AC_MSG_RESULT($broken_poll)
|
||||
dnl *********************
|
||||
dnl *** GRegex checks ***
|
||||
dnl *********************
|
||||
PCRE_REQUIRED_VERSION=7.0
|
||||
PCRE_REQUIRED_VERSION=7.2
|
||||
|
||||
# Check if we should compile GRegex
|
||||
AC_ARG_ENABLE(regex, AC_HELP_STRING([--disable-regex],
|
||||
|
Loading…
Reference in New Issue
Block a user