From: Marco Barisione Date: Mon, 10 Sep 2007 15:30:00 +0000 (+0000) Subject: bump PCRE requirement to version 7.2. X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=963a7572c03937ec521a958c16ef65dbf1db2278;p=dana%2Fcg-glib.git bump PCRE requirement to version 7.2. 2007-09-10 Marco Barisione * configure.in: bump PCRE requirement to version 7.2. svn path=/trunk/; revision=5743 --- diff --git a/ChangeLog b/ChangeLog index cd1f98ec..9adf533d 100644 --- 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 diff --git a/configure.in b/configure.in index afccd14c..bc81128a 100644 --- a/configure.in +++ b/configure.in @@ -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],