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>
This commit is contained in:
parent
927d721777
commit
d41a75a20f
4
configure
vendored
4
configure
vendored
@ -113,7 +113,6 @@ curl=""
|
|||||||
curses=""
|
curses=""
|
||||||
docs=""
|
docs=""
|
||||||
fdt=""
|
fdt=""
|
||||||
kvm=""
|
|
||||||
nptl=""
|
nptl=""
|
||||||
sdl=""
|
sdl=""
|
||||||
vnc="yes"
|
vnc="yes"
|
||||||
@ -129,9 +128,10 @@ xen=""
|
|||||||
xen_ctrl_version=""
|
xen_ctrl_version=""
|
||||||
linux_aio=""
|
linux_aio=""
|
||||||
attr=""
|
attr=""
|
||||||
vhost_net=""
|
|
||||||
xfs=""
|
xfs=""
|
||||||
|
|
||||||
|
vhost_net="no"
|
||||||
|
kvm="no"
|
||||||
gprof="no"
|
gprof="no"
|
||||||
debug_tcg="no"
|
debug_tcg="no"
|
||||||
debug_mon="no"
|
debug_mon="no"
|
||||||
|
Loading…
Reference in New Issue
Block a user