]> xenbits.xensource.com Git - libvirt.git/commitdiff
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)
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

index 8a926c80f1b12afa453d6970648ade81eff56681..e3b3bb40f0c0e06e50576fbe8ca3385d92d4c0c0 100644 (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