From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MOziW-0006WC-5Q for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:55:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MOziR-0006Uj-RR for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:55:39 -0400 Received: from [199.232.76.173] (port=48205 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MOziR-0006Uf-Kl for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:55:35 -0400 Received: from mail-ew0-f207.google.com ([209.85.219.207]:59158) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MOziR-0005ce-5u for qemu-devel@nongnu.org; Thu, 09 Jul 2009 15:55:35 -0400 Received: by ewy3 with SMTP id 3so447857ewy.34 for ; Thu, 09 Jul 2009 12:55:34 -0700 (PDT) Message-ID: <4A564B31.1080402@codemonkey.ws> Date: Thu, 09 Jul 2009 14:55:29 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] configure: don't assume presence of sdl-config References: <200906301106.09570.Christoph.Egger@amd.com> In-Reply-To: <200906301106.09570.Christoph.Egger@amd.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Christoph Egger Cc: qemu-devel@nongnu.org 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 > > `which sdl-config` will result in an error message going to stderr if sdl-config is not found. Regards, Anthony Liguori