Skip to content
Commit 60f33b80 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

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: default avatarSam Ravnborg <sam@ravnborg.org>
parent 7c7dce92
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment