From: Christian Persch Date: Mon, 2 Jul 2012 15:56:54 +0000 (+0200) Subject: regex: Require PCRE 8.13 X-Git-Tag: 2.33.4~50 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=938c28b36bf7090c654802d877d76f404d783799;p=platform%2Fupstream%2Fglib.git regex: Require PCRE 8.13 Bump the required version for external PCRE to 8.13, to fix the build with external PCRE. --- diff --git a/configure.ac b/configure.ac index 731adfd..722f89c 100644 --- a/configure.ac +++ b/configure.ac @@ -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,