From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56438) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvxZM-0001T7-9f for qemu-devel@nongnu.org; Fri, 10 Feb 2012 15:59:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RvxZL-0004yf-0h for qemu-devel@nongnu.org; Fri, 10 Feb 2012 15:59:48 -0500 Received: from speedy.comstyle.com ([206.51.28.2]:34653 helo=mail.comstyle.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RvxZK-0004yL-Ua for qemu-devel@nongnu.org; Fri, 10 Feb 2012 15:59:46 -0500 Received: from rox.home.comstyle.com (unknown [IPv6:2001:470:b01e:3:c5cf:7b92:4541:3931]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 0A4EBA5C60 for ; Fri, 10 Feb 2012 15:59:40 -0500 (EST) Date: Fri, 10 Feb 2012 15:59:38 -0500 From: Brad Smith Message-ID: <20120210205937.GA22059@rox.home.comstyle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] configure: Remove OpenBSD workaround for curses probe List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Remove the OpenBSD workaround for the curses probe. This has not been necessary for 5 releases now. Signed-off-by: Brad Smith 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 -#ifdef __OpenBSD__ -#define resize_term resizeterm -#endif int main(void) { const char *s = curses_version(); resize_term(0, 0); -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.