qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <anthony@codemonkey.ws>
To: Christoph Egger <Christoph.Egger@amd.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] configure: don't assume presence of sdl-config
Date: Fri, 10 Jul 2009 07:57:56 -0500	[thread overview]
Message-ID: <4A573AD4.6040906@codemonkey.ws> (raw)
In-Reply-To: <200907101012.01559.Christoph.Egger@amd.com>

Christoph Egger wrote:
> On Thursday 09 July 2009 21:55:29 Anthony Liguori wrote:
>   
>> Christoph Egger wrote:
>>     
>>> Hi!
>>>
>>> Don't assume sdl-config is present when checking if SDL is there.
>>> If sdl is not installed, configure prints this error:
>>>
>>> sdl-config: No such file or directory
>>>
>>> Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
>>>       
>> `which sdl-config` will result in an error message going to stderr if
>> sdl-config is not found.
>>     
>
> Right. The intention of the patch is to suppress this.
> It is enough when configure prints "sdl: no"
>   

Right, so the patch is unsuccessful in doing that :-)

You need something like `which sdl-config 2> /dev/null`

Regards,

Anthony Liguori

> Christoph
>
>   

      reply	other threads:[~2009-07-10 12:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-30  9:06 [Qemu-devel] [PATCH] configure: don't assume presence of sdl-config Christoph Egger
2009-07-09 19:55 ` Anthony Liguori
2009-07-10  8:12   ` Christoph Egger
2009-07-10 12:57     ` 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=4A573AD4.6040906@codemonkey.ws \
    --to=anthony@codemonkey.ws \
    --cc=Christoph.Egger@amd.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 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).