[Libguestfs] [libnbd PATCH 1/2] Fix reporting of NBD URI support by configure

Martin Kletzander mkletzan at redhat.com
Tue Mar 30 14:52:05 UTC 2021


Signed-off-by: Martin Kletzander <mkletzan at 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




More information about the Libguestfs mailing list