All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juan Quintela <quintela@redhat.com>
To: Stefan Weil <weil@mail.berlios.de>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: [Qemu-devel] Re: [PATCH] configure: Fix wrong stderr redirection
Date: Wed, 03 Mar 2010 19:29:15 +0100	[thread overview]
Message-ID: <m3ocj5gsxw.fsf@trasno.mitica> (raw)
In-Reply-To: <1267477846-6168-1-git-send-email-weil@mail.berlios.de> (Stefan Weil's message of "Mon, 1 Mar 2010 22:10:46 +0100")

Stefan Weil <weil@mail.berlios.de> wrote:
> Signed-off-by: Stefan Weil <weil@mail.berlios.de>

Ouch.  good catch.

Acked-by: Juan Quintela <quintela@redhat.com>

> ---
>  configure |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/configure b/configure
> index dfe3e42..a14aba7 100755
> --- a/configure
> +++ b/configure
> @@ -1091,8 +1091,8 @@ EOF
>      # static link with sdl ? (note: sdl.pc's --static --libs is broken)
>      if test "$sdl" = "yes" -a "$static" = "yes" ; then
>        if test $? = 0 && echo $sdl_libs | grep -- -laa > /dev/null; then
> -         sdl_libs="$sdl_libs `aalib-config --static-libs >2 /dev/null`"
> -         sdl_cflags="$sdl_cflags `aalib-config --cflags >2 /dev/null`"
> +         sdl_libs="$sdl_libs `aalib-config --static-libs 2>/dev/null`"
> +         sdl_cflags="$sdl_cflags `aalib-config --cflags 2>/dev/null`"
>        fi
>        if compile_prog "$sdl_cflags" "$sdl_libs" ; then
>  	:

  reply	other threads:[~2010-03-03 18:29 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-01 21:10 [Qemu-devel] [PATCH] configure: Fix wrong stderr redirection Stefan Weil
2010-03-03 18:29 ` Juan Quintela [this message]
2010-03-09 17:21 ` Anthony Liguori

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=m3ocj5gsxw.fsf@trasno.mitica \
    --to=quintela@redhat.com \
    --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 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.