]> xenbits.xensource.com Git - libvirt.git/commitdiff
configure: Fix configure output for RBD storage backend
authorPeter Krempa <pkrempa@redhat.com>
Fri, 27 Jan 2017 16:46:32 +0000 (17:46 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 21 Feb 2017 07:19:11 +0000 (08:19 +0100)
We'd print status for the 'dir' backend instead of the correct one.

m4/virt-storage-rbd.m4

index 0104b7cfce81d1a5613a65bb63e967a3a19a8083..48522a6a724f0023a3879002ad7370da7a01b335 100644 (file)
@@ -41,7 +41,7 @@ AC_DEFUN([LIBVIRT_STORAGE_CHECK_RBD], [
 ])
 
 AC_DEFUN([LIBVIRT_STORAGE_RESULT_RBD], [
-  LIBVIRT_RESULT([RBD], [$with_storage_dir])
+  LIBVIRT_RESULT([RBD], [$with_storage_rbd])
 ])
 
 AC_DEFUN([LIBVIRT_RESULT_RBD], [