From: Sam Ravnborg Date: Sun, 15 Jan 2006 14:28:35 +0000 (+0100) Subject: kconfig: get rid of stray a.o, support ncursesw X-Git-Tag: v2.6.16-rc1~95^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60f33b80443a3e7e79e2a3ddc625ab6246a61d3d;p=pandora-kernel.git kconfig: get rid of stray a.o, support ncursesw scripts/kconfig/lxdialog/check-lxdialog.sh uses gcc to check for what libraries are present. Redirect output to /dev/null so we do not generate an a.out. Also included support for ncursesw - so if present prefer that instead of ncurses. The order is now (first is preferred): 1) ncursesw 2) ncurses 3) curses The latter is to support SunOS. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed