commit | 26096cc96fc402db45948b3b662a380281585649 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 15:25:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 11 15:25:40 2019 +0200 |
tree | 83c6e9aab5786a7c17674d68b121d227fdafaee3 | |
parent | 730f48fe3691dc62331f3df23cb947bfc33a5add [diff] [blame] |
patch 8.1.1149: building desktop files fails with older msgfmt Problem: Building desktop files fails with older msgfmt. Solution: Add autoconf check. Avoid always building the desktop files.
diff --git a/src/version.c b/src/version.c index 3da2d7a..433f6bf 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1149, +/**/ 1148, /**/ 1147,