From: Anthony Liguori <anthony@codemonkey.ws>
To: Brad Smith <brad@comstyle.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] configure: Remove OpenBSD workaround for curses probe
Date: Fri, 17 Feb 2012 12:17:28 -0600 [thread overview]
Message-ID: <4F3E99B8.4020000@codemonkey.ws> (raw)
In-Reply-To: <20120210205937.GA22059@rox.home.comstyle.com>
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<brad@comstyle.com>
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 parent reply other threads:[~2012-02-17 18:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-10 20:59 [Qemu-devel] [PATCH] configure: Remove OpenBSD workaround for curses probe Brad Smith
2012-02-17 18:17 ` Anthony Liguori [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4F3E99B8.4020000@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=brad@comstyle.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.