mirror of
https://github.com/libvirt/libvirt.git
synced 2025-01-08 07:03:19 -06:00
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.
This commit is contained in:
parent
f19390d2d3
commit
a7ae7ca9d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user