Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 0135c12ec04d..d65b31a63077 100644
--- a/configure.ac
+++ b/configure.ac
@@ -548,7 +548,7 @@ echo
feature "TLS support ............................ " \
test "x$HAVE_GNUTLS_TRUE" = "x"
feature "NBD URI support ........................ " \
- test "x$LIBXML2_LIBS" != "x"
+ test "x$HAVE_LIBXML2_TRUE" = "x"
feature "FUSE support ........................... " \
test "x$HAVE_FUSE_TRUE" = "x"
feature "Manual pages ........................... " \
--
2.31.1