commit | 3cbe0c01ad71875bd662edb629f9e792a734f292 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 20:00:22 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 20:00:22 2015 +0200 |
tree | b22088b5131151e038dbe253966750ead0ab1a5c | |
parent | a122b5e98afe18c9cfdab31b77d2a9fbb8e36416 [diff] [blame] |
patch 7.4.861 Problem: pango_shape_full() is not always available. Solution: Add a configure check.
diff --git a/src/version.c b/src/version.c index 7ffdd18..78d061c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 861, +/**/ 860, /**/ 859,