From: Yaakov Selkowitz Date: Wed, 13 Jun 2012 00:05:02 +0000 (-0500) Subject: kconfig: check ncursesw headers first in check-lxdialog X-Git-Tag: v3.6-rc1~53^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84354256bff5e95ed3dd8d42b4d7322044c979d7;p=pandora-kernel.git kconfig: check ncursesw headers first in check-lxdialog Commit 8c41e5e363db55d91aa3b1cdce4ab02ad9821de7 added a check for ncursesw/curses.h for the case where ncurses and ncursesw are build separately but only one is installed. But if both are installed, the headers ncurses/curses.h and ncursesw/curses.h differ, and since libncursesw will be found first, so should ncursesw/curses.h. Signed-off-by: Yaakov Selkowitz Signed-off-by: Michal Marek --- Reading git-diff-tree failed