commit | ab4e5602a88402fdf7109e5093cace35a7471699 | [log] [tgz] |
---|---|---|
author | Jan Kiszka <jan.kiszka@siemens.com> | Wed Jun 24 12:29:11 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Mon Jun 29 08:52:51 2009 -0500 |
tree | 4fec30f61998c9559d7a8157c6573cb2c421916e | |
parent | fc57bc57804807925b0f9a063ce9367318d013c3 [diff] |
Prefer ncurses over curses Not every distro provides libcurses anymore, at least OpenSUSE, and at least under a standard library search path. So try to link against standard ncurses first and then fall back to legacy curses. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>