]> granicus.if.org Git - vim/commit
patch 8.2.4039: the xdiff library is linked in even when not used v8.2.4039
authorBram Moolenaar <Bram@vim.org>
Sat, 8 Jan 2022 13:36:57 +0000 (13:36 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 8 Jan 2022 13:36:57 +0000 (13:36 +0000)
commit67ffb417861a90fd2c1b215a42fd230272ed94cb
tree25b56d4048bbabe4d6c4aef70517d686985718ac
parent748b308eebe8d8860888eb27da08333f175d547d
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.
src/Makefile
src/auto/configure
src/config.mk.in
src/configure.ac
src/feature.h
src/version.c