From: florian Date: Sun, 9 Dec 2007 17:48:08 +0000 (+0000) Subject: Attached patch removes X11 from vim configuration which solves the compilation X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=246e1c91c93510ade9c5291ba7b6d377e2621922;p=packages.git 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 --- 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 \