[Libguestfs] [PATCH 2/5] configure: output the default backend in summary

Lin Ma lma at suse.com
Tue Apr 10 07:42:53 UTC 2018


Signed-off-by: Lin Ma <lma at suse.com>
---
 configure.ac | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure.ac b/configure.ac
index 898dda019..c1abf6a12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -373,6 +373,7 @@ echo       "Appliance ........................... $ENABLE_APPLIANCE"
 echo       "QEMU ................................ $QEMU"
 echo       "guestfish and C-based virt tools .... yes"
 echo       "FUSE filesystem ..................... $enable_fuse"
+echo       "Default backend ..................... $DEFAULT_BACKEND"
 AS_ECHO_N(["GNU gettext for i18n ................ "])
 if test "x$HAVE_GNU_GETTEXT_TRUE" = "x"; then echo "yes"; else echo "no"; fi
 AS_ECHO_N(["virt-p2v ............................ "])
-- 
2.15.1




More information about the Libguestfs mailing list