[Libguestfs] [PATCH nbdkit v2 2/3] build: Print whether linuxdisk plugin is enabled in the summary.

Richard W.M. Jones rjones at redhat.com
Fri Jun 19 20:24:39 UTC 2020


On platforms where mke2fs was too old to have the -d option (or mke2fs
was not installed at all) this plugin was disabled.  However we did
not print that fact in the ./configure summary.
---
 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index e6ca09de..7c15ed0f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1196,6 +1196,8 @@ feature "iso .................................... " \
         test "x$HAVE_ISO_TRUE" = "x"
 feature "libvirt ................................ " \
         test "x$HAVE_LIBVIRT_TRUE" = "x"
+feature "linuxdisk .............................. " \
+        test "x$HAVE_MKE2FS_WITH_D_TRUE" = "x"
 feature "nbd .................................... " \
         test "x$HAVE_LIBNBD_TRUE" = "x"
 feature "ssh .................................... " \
-- 
2.25.0




More information about the Libguestfs mailing list