提交 a7ae7ca9 编写于 作者: P Peter Krempa

configure: Fix copy-paste error in vstorage backend check

The 'fs' backend m4 code was copied, but one of the condition were not
changed which resulted into:

configure:    Gluster: yes
configure:        ZFS: yes
configure: Virtuozzo storage: check

Make the code turn on the virtuozzo driver automatically if the tools
are found.
上级 f19390d2
......@@ -49,7 +49,7 @@ AC_DEFUN([LIBVIRT_STORAGE_CHECK_VSTORAGE], [
with_storage_vstorage=no
fi
if test "$with_storage_fs" = "check" ; then
if test "$with_storage_vstorage" = "check" ; then
with_storage_vstorage=yes
fi
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册