OSDN Git Service

configure: Remove OpenBSD workaround for curses probe
authorBrad Smith <brad@comstyle.com>
Fri, 10 Feb 2012 20:59:38 +0000 (15:59 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 17 Feb 2012 15:58:21 +0000 (09:58 -0600)
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>
configure

index 9e0fdfb..037f7f7 100755 (executable)
--- a/configure
+++ b/configure
@@ -1900,9 +1900,6 @@ if test "$curses" != "no" ; then
   curses_found=no
   cat > $TMPC << EOF
 #include <curses.h>
-#ifdef __OpenBSD__
-#define resize_term resizeterm
-#endif
 int main(void) {
   const char *s = curses_version();
   resize_term(0, 0);