mirror of https://gitee.com/openkylin/libvirt.git
virt-storage-rbd: fix typo s/RDB/RBD/ in configure check
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
0b8c17203e
commit
4d80317655
|
@ -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])
|
||||
|
|
Loading…
Reference in New Issue