Home
last modified time | relevance | path

Searched hist:"271 f37abb510607ca7650e40951284692a67579a" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/
H A Dconfigure271f37abb510607ca7650e40951284692a67579a Wed Apr 26 05:50:27 CDT 2017 Kamil Rytarowski <n54@gmx.com> configure: Detect native NetBSD curses(3)

NetBSD ships with traditional BSD curses with compatibility with ncurses.
qemu works nicely with the basesystem version of curses(3) from NetBSD.

The only mismatch between curses(3) and ncurses is the lack of
curses_version() in the NetBSD version. This function is used solely in
the configure script, therefore eliminate it from the curses(3) detection.

With this change applied, configure detects correctly curses frontend.

Signed-off-by: Kamil Rytarowski <n54@gmx.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>