mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
configure: Assure printing "yes" or "no" for VirtFS support
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>
This commit is contained in:
parent
aabfd88d5e
commit
175003702a
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue