From 104d47453ede0caa96a4cf89b07f110f2efc96b1 Mon Sep 17 00:00:00 2001 From: Lin Ma Date: Tue, 10 Apr 2018 15:42:53 +0800 Subject: [PATCH] configure: output the default backend in summary Signed-off-by: Lin Ma --- 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 ............................ "])