From caff0ba3adb74a669b9cddcb08591ee603758101 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Wed, 3 Oct 2018 12:45:32 +0200 Subject: [PATCH] build: remove extra quote in result message Followup of commit 3acf6768f0142d71b826b255e00d31276b8982ac. --- m4/guestfs-appliance.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/guestfs-appliance.m4 b/m4/guestfs-appliance.m4 index 0a3d6133a..7c60642ac 100644 --- a/m4/guestfs-appliance.m4 +++ b/m4/guestfs-appliance.m4 @@ -58,7 +58,7 @@ AC_ARG_WITH([supermin-extra-options], [AS_HELP_STRING([--with-supermin-extra-options="--opt1 --opt2 ..."], [Pass additional supermin options. @<:@default=no@:>@])], [SUPERMIN_EXTRA_OPTIONS="$withval" - AC_MSG_RESULT([$SUPERMIN_EXTRA_OPTIONS"])], + AC_MSG_RESULT([$SUPERMIN_EXTRA_OPTIONS])], [AC_MSG_RESULT([not set])]) AC_SUBST([SUPERMIN_EXTRA_OPTIONS])