提交 4d803176 编写于 作者: D Daniel P. Berrange

virt-storage-rbd: fix typo s/RDB/RBD/ in configure check

Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
上级 0b8c1720
......@@ -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])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册