Commit 4dcc3f58 authored by Brad Smith's avatar Brad Smith Committed by Anthony Liguori
Browse files

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: default avatarBrad Smith <brad@comstyle.com>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent ad4cf3f6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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);