From: Peter Korsgaard Date: Sat, 1 Jan 2011 20:53:34 +0000 (+0100) Subject: vim: ensure configure doesn't fail if X11 packages are enabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=358214a8ba3e36f465829a33de7ea5c5ad0cef38;p=buildroot.git vim: ensure configure doesn't fail if X11 packages are enabled When X11 is detected, vim's configure does a AC_TRY_RUN to detect wchar_t size, so preset it. Signed-off-by: Peter Korsgaard --- diff --git a/package/vim/vim.mk b/package/vim/vim.mk index e94bb1e3e7..917d1d47c8 100644 --- a/package/vim/vim.mk +++ b/package/vim/vim.mk @@ -17,7 +17,9 @@ VIM_CONF_ENV = vim_cv_toupper_broken=no \ vim_cv_getcwd_broken=no \ vim_cv_stat_ignores_slash=yes \ vim_cv_memmove_handles_overlap=yes \ - ac_cv_sizeof_int=4 + ac_cv_sizeof_int=4 \ + ac_cv_small_wchar_t=no + VIM_CONF_OPT = --with-tlib=ncurses define VIM_INSTALL_TARGET_CMDS