mirror of https://gitee.com/openkylin/libvirt.git
configure: Fix configure output for RBD storage backend
We'd print status for the 'dir' backend instead of the correct one.
This commit is contained in:
parent
f88b6e4285
commit
17c4b07a38
|
@ -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], [
|
||||
|
|
Loading…
Reference in New Issue