From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:56149) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwzEQ-0005Pm-76 for qemu-devel@nongnu.org; Thu, 02 Aug 2012 13:30:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwzEO-0005Xv-I0 for qemu-devel@nongnu.org; Thu, 02 Aug 2012 13:30:41 -0400 Received: from mnementh.archaic.org.uk ([81.2.115.146]:54871) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwzEO-0005Uy-Ck for qemu-devel@nongnu.org; Thu, 02 Aug 2012 13:30:40 -0400 From: Peter Maydell Date: Thu, 2 Aug 2012 18:30:25 +0100 Message-Id: <1343928627-11311-1-git-send-email-peter.maydell@linaro.org> Subject: [Qemu-devel] [PATCH 0/2] configure: fix minor issues in Xen checks List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Blue Swirl , Stefano Stabellini , patches@linaro.org These patches fix some minor issues in the Xen checks: * the use of subshells meant that the (not yet committed) "bail out on -Werror failure" check in do_cc didn't actually cause the configure run to stop * the 4.1 probe code had a set-but-unused-variable warning Blue: with these two I'm able to do a successful configure on Debian testing even with the 11/11 'make errors cause configure failures' patch. Peter Maydell (2): configure: Don't run Xen compile checks in subshells configure: Fix set-but-not-used warning in Xen 4.1 probe configure | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) -- 1.7.9.5