qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Aurelien Jarno <aurelien@aurel32.net>
To: Stefan Weil <weil@mail.berlios.de>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] w32: Add support for curses
Date: Sun, 6 Mar 2011 20:22:25 +0100	[thread overview]
Message-ID: <20110306192225.GD14590@volta.aurel32.net> (raw)
In-Reply-To: <1298834610-6232-1-git-send-email-weil@mail.berlios.de>

On Sun, Feb 27, 2011 at 08:23:30PM +0100, Stefan Weil wrote:
> MinGW optionally includes pdcurses, so add support for it.
> 
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>
> ---
>  configure |    6 +++++-
>  1 files changed, 5 insertions(+), 1 deletions(-)

Thanks, applied.

> diff --git a/configure b/configure
> index 47779b6..ca15632 100755
> --- a/configure
> +++ b/configure
> @@ -1562,7 +1562,11 @@ fi
>  
>  ##########################################
>  # curses probe
> -curses_list="-lncurses -lcurses"
> +if test "$mingw32" = "yes" ; then
> +    curses_list="-lpdcurses"
> +else
> +    curses_list="-lncurses -lcurses"
> +fi
>  
>  if test "$curses" != "no" ; then
>    curses_found=no
> -- 
> 1.7.2.3
> 
> 
> 

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

      parent reply	other threads:[~2011-03-06 19:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-27 19:23 [Qemu-devel] [PATCH] w32: Add support for curses Stefan Weil
2011-02-28  9:09 ` [Qemu-devel] " Paolo Bonzini
2011-03-06 19:22 ` Aurelien Jarno [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=20110306192225.GD14590@volta.aurel32.net \
    --to=aurelien@aurel32.net \
    --cc=qemu-devel@nongnu.org \
    --cc=weil@mail.berlios.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).