From 246e1c91c93510ade9c5291ba7b6d377e2621922 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 9 Dec 2007 17:48:08 +0000 Subject: [PATCH] Attached patch removes X11 from vim configuration which solves the compilation failure described in #2816 Signed-off-by: Joerg Albert git-svn-id: svn://svn.openwrt.org/openwrt/packages@9689 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/vim/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/vim/Makefile b/utils/vim/Makefile index 6cd2fbcfb..468b11ca1 100644 --- a/utils/vim/Makefile +++ b/utils/vim/Makefile @@ -35,7 +35,6 @@ endef CONFIGURE_ARGS += \ --disable-gui \ - --enable-gui=none \ --disable-gtktest \ --disable-xim \ --with-features=tiny \