public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: remove configure warning against not using gcc3
@ 2008-06-18  5:20 Carlo Marcelo Arenas Belon
  2008-06-25 11:56 ` Avi Kivity
  0 siblings, 1 reply; 4+ messages in thread
From: Carlo Marcelo Arenas Belon @ 2008-06-18  5:20 UTC (permalink / raw)
  To: kvm

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 <carenas@sajinet.com.pe>
---
 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-06-29 11:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-18  5:20 [PATCH] configure: remove configure warning against not using gcc3 Carlo Marcelo Arenas Belon
2008-06-25 11:56 ` Avi Kivity
2008-06-26  8:44   ` Carlo Marcelo Arenas Belon
2008-06-29 11:54     ` Avi Kivity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox