mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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:
parent
ad4cf3f6b7
commit
4dcc3f5876
1 changed files with 0 additions and 3 deletions
3
configure
vendored
3
configure
vendored
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue