commit | cbc246a331dc8dea49f6ad443be3d10ec68ef2c2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 11 14:47:26 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 11 14:47:26 2014 +0200 |
tree | 28143a4a295066093221ed840dde7c2ada513181 | |
parent | 2a9853925bee1b85247cd5f4ccf98fec1871d1f7 [diff] [blame] |
updated for version 7.4.475 Problem: Can't compile on a system where Xutf8SetWMProperties() is not in the X11 library. Issue 265. Solution: Add a configure check.
diff --git a/src/version.c b/src/version.c index 8908820..78c3baa 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 475, +/**/ 474, /**/ 473,