From: Daniel P. Berrange Date: Wed, 19 Apr 2017 14:01:17 +0000 (+0100) Subject: virt-storage-rbd: fix typo s/RDB/RBD/ in configure check X-Git-Tag: v3.3.0-rc1~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d803176558a8d670f88bc5c893990fbf5fe8c81;p=thirdparty%2Flibvirt.git virt-storage-rbd: fix typo s/RDB/RBD/ in configure check Signed-off-by: Daniel P. Berrange --- diff --git a/m4/virt-storage-rbd.m4 b/m4/virt-storage-rbd.m4 index 727bd715e1..17e2115309 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])