commit | 5325b9bbae8a717510ef7248f3ce8b50281bd33f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 09 20:27:02 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 09 20:27:02 2015 +0200 |
tree | 73fd8884559ed579187ea0f6519a064795f4365f | |
parent | 12969c04fe7bd27dc0cbf37709eb40a86d4a27f9 [diff] [blame] |
patch 7.4.862 Problem: Still problems with pango_shape_full() not available. Solution: Change AC_TRY_COMPILE to AC_TRY_LINK.
diff --git a/src/version.c b/src/version.c index 78d061c..9044ca2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 862, +/**/ 861, /**/ 860,