mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
build: remove extra quote in result message
Followup of commit 3acf6768f0.
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user