bump PCRE requirement to version 7.2.
authorMarco Barisione <marco@barisione.org>
Mon, 10 Sep 2007 15:30:00 +0000 (15:30 +0000)
committerMarco Barisione <mbari@src.gnome.org>
Mon, 10 Sep 2007 15:30:00 +0000 (15:30 +0000)
2007-09-10  Marco Barisione <marco@barisione.org>

* configure.in: bump PCRE requirement to version 7.2.

svn path=/trunk/; revision=5743

ChangeLog
configure.in

index cd1f98e..9adf533 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index afccd14..bc81128 100644 (file)
@@ -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],