comparison src/config.mk.in @ 27020:0f2dd0d07071 v8.2.4039

patch 8.2.4039: the xdiff library is linked in even when not used Commit: https://github.com/vim/vim/commit/67ffb417861a90fd2c1b215a42fd230272ed94cb Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 13:36:57 2022 +0000 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 14:45:03 +0100
parents fccd67ae58c8
children 748a8a413816
comparison
equal deleted inserted replaced
27019:d3065e717573 27020:0f2dd0d07071
34 X_CFLAGS = @X_CFLAGS@ 34 X_CFLAGS = @X_CFLAGS@
35 X_LIBS_DIR = @X_LIBS@ 35 X_LIBS_DIR = @X_LIBS@
36 X_PRE_LIBS = @X_PRE_LIBS@ 36 X_PRE_LIBS = @X_PRE_LIBS@
37 X_EXTRA_LIBS = @X_EXTRA_LIBS@ 37 X_EXTRA_LIBS = @X_EXTRA_LIBS@
38 X_LIBS = @X_LIB@ 38 X_LIBS = @X_LIB@
39
40 XDIFF_OBJS_USED = @XDIFF_OBJS_USED@
39 41
40 LUA_LIBS = @LUA_LIBS@ 42 LUA_LIBS = @LUA_LIBS@
41 LUA_SRC = @LUA_SRC@ 43 LUA_SRC = @LUA_SRC@
42 LUA_OBJ = @LUA_OBJ@ 44 LUA_OBJ = @LUA_OBJ@
43 LUA_CFLAGS = @LUA_CFLAGS@ 45 LUA_CFLAGS = @LUA_CFLAGS@