summaryrefslogtreecommitdiff
path: root/README.in
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2016-01-05 12:20:20 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2016-01-14 13:09:06 +0000
commit82c2461e3d719dfe11361c07502d1cf8a998c121 (patch)
tree1783e47c11422ad16d0a5fcff080ca5355eddb4e /README.in
parent855594c4de5acaea53bb413c6302d19ff7befd17 (diff)
downloadglib-82c2461e3d719dfe11361c07502d1cf8a998c121.tar.gz
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>
Diffstat (limited to 'README.in')
-rw-r--r--README.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.in b/README.in
index c2841a50f..3e8b2e5fc 100644
--- a/README.in
+++ b/README.in
@@ -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
=====================