Re: [Qemu-devel] [PATCH] Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no"

2011-07-27 Thread Jan Kiszka
On 2011-07-27 05:11, Brad wrote: > diff --git a/configure b/configure > index dc9a1fe..ef8a4c8 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=""

[Qemu-devel] [PATCH] Fix configure display for non-Linux OS's and the KVM / vhost-net features to show "no"

2011-07-26 Thread Brad
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 --- configure |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index dc9a1fe..ef8a4