Use system PCRE unless --with-pcre=internal is given

Bug: https://bugzilla.gnome.org/show_bug.cgi?id=740573
Reviewed-by: Emmanuele Bassi <ebassi@gnome.org>
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
This commit is contained in:
Simon McVittie
2016-01-05 12:20:20 +00:00
parent 855594c4de
commit 82c2461e3d
3 changed files with 17 additions and 1 deletions

View File

@@ -67,6 +67,13 @@ and attach the patch to that bug report.
Patches should be in unified diff form. (The -up option to GNU diff.)
Notes about GLib 2.48
=====================
* The system copy of PCRE is now used by default to implement GRegex.
Configure with --with-pcre=internal if a system PCRE version
is unavailable or undesired.
Notes about GLib 2.46
=====================