From: Brad Smith Date: Fri, 10 Feb 2012 20:59:38 +0000 (-0500) Subject: configure: Remove OpenBSD workaround for curses probe X-Git-Tag: v1.1-rc0~388 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4dcc3f5876fa638d5c35bd47be3b717ea74cc2e7;p=thirdparty%2Fqemu.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 Signed-off-by: Anthony Liguori --- diff --git a/configure b/configure index 9e0fdfb9676..037f7f7b3bb 100755 --- a/configure +++ b/configure @@ -1900,9 +1900,6 @@ if test "$curses" != "no" ; then curses_found=no cat > $TMPC << EOF #include -#ifdef __OpenBSD__ -#define resize_term resizeterm -#endif int main(void) { const char *s = curses_version(); resize_term(0, 0);