qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] configure: don't assume presence of sdl-config


From: Anthony Liguori
Subject: Re: [Qemu-devel] [PATCH] configure: don't assume presence of sdl-config
Date: Fri, 10 Jul 2009 07:57:56 -0500
User-agent: Thunderbird 2.0.0.21 (X11/20090320)

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 <address@hidden>
`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 via email to

[Prev in Thread] Current Thread [Next in Thread]