]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure: Fix copy-paste error in vstorage backend check
authorPeter Krempa <pkrempa@redhat.com>
Fri, 27 Jan 2017 09:37:56 +0000 (10:37 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 27 Jan 2017 09:37:56 +0000 (10:37 +0100)
commita7ae7ca9d4d94eaa67639dda200c711bcc46bb0a
treeb1e700acb5bde7b38483ec5190e00e5b8e5acf47
parentf19390d2d3ab18cc9bff53e1d642e4e2b534f5a5
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.
m4/virt-storage-vstorage.m4