From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carlo Marcelo Arenas Belon Subject: [PATCH] configure: remove configure warning against not using gcc3 Date: Wed, 18 Jun 2008 00:20:07 -0500 Message-ID: <20080618052006.GA1486@tapir> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii To: kvm@vger.kernel.org Return-path: Received: from tapir.sajinet.com.pe ([66.139.79.212]:39460 "EHLO tapir.sajinet.com.pe" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753168AbYFRE44 (ORCPT ); Wed, 18 Jun 2008 00:56:56 -0400 Content-Disposition: inline Sender: kvm-owner@vger.kernel.org List-ID: complement ff5396cfeacf74ad9611a35e882ff100b10126aci, removing the warning printed by ./configure --help which recommended at configure time against using gcc4 as it wasn't supported by dyngen. Signed-off-by: Carlo Marcelo Arenas Belon --- configure | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 902e769..72337c9 100755 --- a/configure +++ b/configure @@ -28,8 +28,6 @@ usage() { Any additional option is given to qemu's configure verbatim; including: - --disable-gcc-check don't insist on gcc-3.x - CAUTION: this will break running without kvm EOF cd qemu ./configure --help | egrep "enable-|disable-" \ -- 1.5.4.5