提交 d10f9056 编写于 作者: K Kusanagi Kouichi 提交者: Anthony Liguori

configure: Virtfs doesn't require libcap.

Only proxy helper does.
Reviewed-by: NPaolo Bonzini <pbonzini@redhat.com>
Signed-off-by: NKusanagi Kouichi <slash@ac.auone-net.jp>
Signed-off-by: NAnthony Liguori <aliguori@us.ibm.com>
上级 ac310734
...@@ -2889,9 +2889,11 @@ tools= ...@@ -2889,9 +2889,11 @@ tools=
if test "$softmmu" = yes ; then if test "$softmmu" = yes ; then
tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools" tools="qemu-img\$(EXESUF) qemu-io\$(EXESUF) $tools"
if test "$virtfs" != no ; then if test "$virtfs" != no ; then
if test "$cap" = yes && test "$linux" = yes && test "$attr" = yes ; then if test "$linux" = yes && test "$attr" = yes ; then
virtfs=yes virtfs=yes
if test "$cap" = yes ; then
tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)" tools="$tools fsdev/virtfs-proxy-helper\$(EXESUF)"
fi
else else
if test "$virtfs" = yes; then if test "$virtfs" = yes; then
feature_not_found "virtfs" feature_not_found "virtfs"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册