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:
Brad Smith 2012-02-10 15:59:38 -05:00 committed by Anthony Liguori
parent ad4cf3f6b7
commit 4dcc3f5876
1 changed files with 0 additions and 3 deletions

3
configure vendored
View File

@ -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);