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:
Peter Krempa 2017-01-27 10:37:56 +01:00
parent f19390d2d3
commit a7ae7ca9d4

View File

@ -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