From 4dcc3f5876fa638d5c35bd47be3b717ea74cc2e7 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 10 Feb 2012 15:59:38 -0500 Subject: [PATCH] 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 --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index 9e0fdfb967..037f7f7b3b 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);