summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBrad2011-07-27 05:11:26 +0200
committerStefan Hajnoczi2011-08-03 12:17:36 +0200
commitd41a75a20f2e8f9ccc64c27b61f730e4cb4ee2c5 (patch)
tree7c9c92d51fbb362cc75a2924bcae67d7b42e7af3 /configure
parentmicroblaze: Add missing call to qemu_init_vcpu. (diff)
downloadqemu-d41a75a20f2e8f9ccc64c27b61f730e4cb4ee2c5.tar.gz
qemu-d41a75a20f2e8f9ccc64c27b61f730e4cb4ee2c5.tar.xz
qemu-d41a75a20f2e8f9ccc64c27b61f730e4cb4ee2c5.zip
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 <brad@comstyle.com> Acked-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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"