]> git.sur5r.net Git - kconfig-frontends/commit
configure: check ncursesw headers first
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>
Sun, 22 Jul 2012 19:21:10 +0000 (14:21 -0500)
committerYaakov Selkowitz <yselkowitz@users.sourceforge.net>
Sun, 22 Jul 2012 19:21:10 +0000 (14:21 -0500)
commitcb4975f4aa76818691891e007a9c767a1f5bdd00
treef8a3891dfae81045bec9efabb0961e92cb887ba9
parenta9baabab3a3609c484b7a9621bc1cb517b387bf5
configure: check ncursesw headers first

If both ncurses and ncursesw are installed, the headers ncurses/curses.h
and ncursesw/curses.h differ, and since libncursesw will be found first,
so should ncursesw/curses.h.

Based on kernel commit 84354256bff5e95ed3dd8d42b4d7322044c979d7.

Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
Message-Id: <e86967e4b396876d4a96.1342985552@YAAKOV04>
configure.ac