mirror of https://github.com/xqemu/xqemu.git
configure: Remove OpenBSD workaround for curses probe
Remove the OpenBSD workaround for the curses probe. This has not been necessary for 5 releases now. Signed-off-by: Brad Smith <brad@comstyle.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
ad4cf3f6b7
commit
4dcc3f5876
|
@ -1900,9 +1900,6 @@ if test "$curses" != "no" ; then
|
||||||
curses_found=no
|
curses_found=no
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
#include <curses.h>
|
#include <curses.h>
|
||||||
#ifdef __OpenBSD__
|
|
||||||
#define resize_term resizeterm
|
|
||||||
#endif
|
|
||||||
int main(void) {
|
int main(void) {
|
||||||
const char *s = curses_version();
|
const char *s = curses_version();
|
||||||
resize_term(0, 0);
|
resize_term(0, 0);
|
||||||
|
|
Loading…
Reference in New Issue