From d41a75a20f2e8f9ccc64c27b61f730e4cb4ee2c5 Mon Sep 17 00:00:00 2001 From: Brad Date: Tue, 26 Jul 2011 23:11:26 -0400 Subject: configure: display "no" for disabled kvm/vhost-net 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 Acked-by: Jan Kiszka Signed-off-by: Stefan Hajnoczi --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 77194cf9a7..9d467802dd 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" -- cgit v1.2.3