From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:39023) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QluX2-0004h6-At for qemu-devel@nongnu.org; Tue, 26 Jul 2011 23:11:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QluWx-0000ag-9u for qemu-devel@nongnu.org; Tue, 26 Jul 2011 23:11:36 -0400 Received: from speedy.comstyle.com ([206.51.28.2]:4554 helo=mail.comstyle.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QluWx-0000ac-5Y for qemu-devel@nongnu.org; Tue, 26 Jul 2011 23:11:31 -0400 Received: from rox.home.comstyle.com (rox.home.comstyle.com [IPv6:2001:470:b01e:3:ca0a:a9ff:fe93:42c9]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: brad) by mail.comstyle.com (Postfix) with ESMTPSA id 261E49840D for ; Tue, 26 Jul 2011 23:11:28 -0400 (EDT) Date: Tue, 26 Jul 2011 23:11:26 -0400 From: Brad Message-ID: <20110727031126.GA22433@rox.home.comstyle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Subject: [Qemu-devel] [PATCH] Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no" output instead of nothing at the end of the line. Signed-off-by: Brad Smith --- configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index dc9a1fe..ef8a4c8 100755 --- a/configure +++ b/configure @@ -113,7 +113,6 @@ curl="" curses="" docs="" fdt="" -kvm="" nptl="" sdl="" vnc="yes" @@ -129,9 +128,10 @@ xen="" xen_ctrl_version="" linux_aio="" attr="" -vhost_net="" xfs="" +vhost_net="no" +kvm="no" gprof="no" debug_tcg="no" debug_mon="no" -- 1.7.6 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.