]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1794: configure: terminfo test does not work with musl v9.1.1794
authorChristian Brabandt <cb@256bit.org>
Fri, 26 Sep 2025 16:23:06 +0000 (16:23 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 26 Sep 2025 16:23:06 +0000 (16:23 +0000)
commit9cc58faeac2119ffe8e61bb41e83c6893be05df6
tree8238d141b91545af13ff434ca316a012c8487957
parent1e009b06345f5bcb188fa9409d8a9006a51629cb
patch 9.1.1794: configure: terminfo test does not work with musl

Problem:  configure: terminfo test does not work with musl
          (T3rm1, after v9.9.1.0837)
Solution: include term.h in configure script, add forward declarations,
          in case headers are not found

fixes: #18393
closes: #18405

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/auto/configure
src/configure.ac
src/version.c