diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-04-11 15:25:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-04-11 15:25:40 +0200 |
commit | 26096cc96fc402db45948b3b662a380281585649 (patch) | |
tree | 83c6e9aab5786a7c17674d68b121d227fdafaee3 /src/config.mk.in | |
parent | 730f48fe3691dc62331f3df23cb947bfc33a5add (diff) | |
download | vim-git-26096cc96fc402db45948b3b662a380281585649.tar.gz |
patch 8.1.1149: building desktop files fails with older msgfmtv8.1.1149
Problem: Building desktop files fails with older msgfmt.
Solution: Add autoconf check. Avoid always building the desktop files.
Diffstat (limited to 'src/config.mk.in')
-rw-r--r-- | src/config.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.mk.in b/src/config.mk.in index b5d1ebd9b..e20a10f8b 100644 --- a/src/config.mk.in +++ b/src/config.mk.in @@ -169,6 +169,7 @@ OS_EXTRA_OBJ = @OS_EXTRA_OBJ@ MAKEMO = @MAKEMO@ MSGFMT = @MSGFMT@ +MSGFMT_DESKTOP = @MSGFMT_DESKTOP@ # Make sure that "make first" will run "make all" once configure has done its # work. This is needed when using the Makefile in the top directory. |