]> git.proxmox.com Git - qemu.git/commitdiff
configure: Assure printing "yes" or "no" for VirtFS support
authorAndreas Färber <afaerber@suse.de>
Mon, 30 Apr 2012 23:12:03 +0000 (01:12 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 8 May 2012 16:15:18 +0000 (11:15 -0500)
When auto-detecting VirtFS support, virtfs="". Set it to "no" after
checking whether it was explicitly requested through --enable-virtfs.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Cc: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
configure

index 056293a220d28c8e37f79117b9a8b31eee3adab2..491109d48c8b8d321f3dc2121dd57b875096aa48 100755 (executable)
--- a/configure
+++ b/configure
@@ -2902,6 +2902,7 @@ if test "$softmmu" = yes ; then
       if test "$virtfs" = yes; then
         feature_not_found "virtfs"
       fi
+      virtfs=no
     fi
   fi
   if [ "$linux" = "yes" -o "$bsd" = "yes" -o "$solaris" = "yes" ] ; then