diff options
author | Christian Persch <chpe@gnome.org> | 2012-07-02 17:56:54 +0200 |
---|---|---|
committer | Christian Persch <chpe@gnome.org> | 2012-07-02 18:02:15 +0200 |
commit | 938c28b36bf7090c654802d877d76f404d783799 (patch) | |
tree | c5e45b65775a3c3d9d4324a46177ae172ac0e741 /configure.ac | |
parent | b5b1179d3fc04d4ec4fd03e4df852ac7c02d4e00 (diff) | |
download | glib-938c28b36bf7090c654802d877d76f404d783799.tar.gz |
regex: Require PCRE 8.13
Bump the required version for external PCRE to 8.13, to fix the build
with external PCRE.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 731adfdfb..722f89c91 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, |