]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.1765: Error when cross-compiling Vim v9.0.1765
authorMike Gilbert <floppym@gentoo.org>
Sun, 20 Aug 2023 17:01:41 +0000 (19:01 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 20 Aug 2023 17:01:41 +0000 (19:01 +0200)
commita055b441f556e4814a1838db687ac50f48617154
tree58202df20b143c1c9f8d2a955ce1f8040991eb43
parent4924ad099f6b40505ebbd1a4a4056e9915d70141
patch 9.0.1765: Error when cross-compiling Vim

Problem:  Error when cross-compiling Vim
Solution: use AC_CHECK_SIZEOF to find sizeof(wchar_t)

This fixes an error when cross compiling.

closes: #12828

Bug: https://bugs.gentoo.org/889430
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/auto/configure
src/configure.ac
src/version.c