From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43068) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsCR1-00071V-LI for qemu-devel@nongnu.org; Fri, 20 Jul 2012 08:35:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SsCQx-00059b-O1 for qemu-devel@nongnu.org; Fri, 20 Jul 2012 08:35:55 -0400 Received: from cantor2.suse.de ([195.135.220.15]:38108 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SsCQx-00059D-HY for qemu-devel@nongnu.org; Fri, 20 Jul 2012 08:35:51 -0400 Date: Fri, 20 Jul 2012 14:35:48 +0200 From: Olaf Hering Message-ID: <20120720123548.GA22902@suse.com> References: <1342377272-32511-1-git-send-email-sw@weilnetz.de> <5005B7F0.6070305@weilnetz.de> <50094EEA.6000801@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PATCH 1/2] configure: Replace bash code by standard shell code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Blue Swirl , Stefan Weil , Andreas =?utf-8?Q?F=C3=A4rber?= , qemu-devel@nongnu.org On Fri, Jul 20, Peter Maydell wrote: > I actually wrote a patch sitting on top of this one by Stefan > which moves the flag to QEMU_CFLAGS; > both are in the 11-patch series dealing with various configure > Werror issues: > http://patchwork.ozlabs.org/patch/171689/ The actual CFLAGS issue had to be solved differently in the xen sources. And the patch above solves the bug in configure. Olaf