|
| From: | Anthony Liguori |
| Subject: | Re: [Qemu-devel] [PATCH] configure: Remove OpenBSD workaround for curses probe |
| Date: | Fri, 17 Feb 2012 12:17:28 -0600 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.23) Gecko/20110922 Lightning/1.0b2 Thunderbird/3.1.15 |
On 02/10/2012 02:59 PM, Brad Smith wrote:
Remove the OpenBSD workaround for the curses probe. This has not been necessary for 5 releases now. Signed-off-by: Brad Smith<address@hidden>
Applied. Thanks. Regards, Anthony Liguori
diff --git a/configure b/configure
index 763db24..c9729f8 100755
--- 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);
| [Prev in Thread] | Current Thread | [Next in Thread] |