]> git.proxmox.com Git - mirror_qemu.git/commitdiff
configure: display "no" for disabled kvm/vhost-net
authorBrad <brad@comstyle.com>
Wed, 27 Jul 2011 03:11:26 +0000 (23:11 -0400)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 3 Aug 2011 10:17:36 +0000 (11:17 +0100)
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 <brad@comstyle.com>
Acked-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
configure

index 77194cf9a76c1e3dfd254f71e6f8bd77689f8ee3..9d467802dd4a5a9571a262f6fe3e9ba32411cc48 100755 (executable)
--- 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"