commit | 67ffb417861a90fd2c1b215a42fd230272ed94cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 08 13:36:57 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 08 13:36:57 2022 +0000 |
tree | 25b56d4048bbabe4d6c4aef70517d686985718ac | |
parent | 748b308eebe8d8860888eb27da08333f175d547d [diff] [blame] |
patch 8.2.4039: the xdiff library is linked in even when not used Problem: The xdiff library is linked in even when not used. Solution: Use configure to decide whether xdiff object files are included.
diff --git a/src/version.c b/src/version.c index c4d639e..542227c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4039, +/**/ 4038, /**/ 4037,