[libvirt] [PATCH] virt-storage-rbd: fix typo s/RDB/RBD/ in configure check

Daniel P. Berrange berrange at redhat.com
Wed Apr 19 14:03:59 UTC 2017


Signed-off-by: Daniel P. Berrange <berrange at redhat.com>
---

Pushed as trivial build fix.

 m4/virt-storage-rbd.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/virt-storage-rbd.m4 b/m4/virt-storage-rbd.m4
index 727bd71..17e2115 100644
--- a/m4/virt-storage-rbd.m4
+++ b/m4/virt-storage-rbd.m4
@@ -36,7 +36,7 @@ AC_DEFUN([LIBVIRT_STORAGE_CHECK_RBD], [
       LIBS="$old_LIBS"
     fi
 
-    if test "$LIBRDB_FOUND" = "yes"; then
+    if test "$LIBRBD_FOUND" = "yes"; then
       with_storage_rbd=yes
       AC_DEFINE_UNQUOTED([WITH_STORAGE_RBD], [1],
                          [whether RBD backend for storage driver is enabled])
-- 
2.9.3




More information about the libvir-list mailing list