mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-01-26 15:07:23 -07:00
Revert "configure: Virtfs doesn't require libcap."
This reverts commit d10f9056ba due to a build
breakage.
See http://spunk.home.kraxel.org/bb/builders/ubuntu-default/builds/52
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
15fdaee3c5
commit
be5ea8ed44
1 changed files with 2 additions and 4 deletions
6
configure
vendored
6
configure
vendored
|
|
@ -2898,11 +2898,9 @@ tools=
|
|||
if test "$softmmu" = yes ; then
|
||||
tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
|
||||
if test "$virtfs" != no ; then
|
||||
if test "$linux" = yes && test "$attr" = yes ; then
|
||||
if test "$cap" = yes && test "$linux" = yes && test "$attr" = yes ; then
|
||||
virtfs=yes
|
||||
if test "$cap" = yes ; then
|
||||
tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
|
||||
fi
|
||||
tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
|
||||
else
|
||||
if test "$virtfs" = yes; then
|
||||
feature_not_found "virtfs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue