qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH for-1.1 2/2] configure: Assure printing "yes" or "no


From: Andreas Färber
Subject: [Qemu-devel] [PATCH for-1.1 2/2] configure: Assure printing "yes" or "no" for VirtFS support
Date: Tue, 1 May 2012 01:12:03 +0200

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 <address@hidden>
Cc: Aneesh Kumar K.V <address@hidden>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure b/configure
index 641f147..67016d9 100755
--- a/configure
+++ b/configure
@@ -2905,6 +2905,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
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]