From: Brad <b...@comstyle.com> 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 <b...@comstyle.com> Acked-by: Jan Kiszka <jan.kis...@siemens.com> Signed-off-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com> --- configure | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 77194cf..9d46780 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.5.4