From: Victor Toso <me@xxxxxxxxxxxxxx> Before this patch, the summary would have 'auto' instead of yes or no for building with gtk. Signed-off-by: Victor Toso <victortoso@xxxxxxxxxx> Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- configure.ac | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index aa1751a..df02e20 100644 --- a/configure.ac +++ b/configure.ac @@ -82,9 +82,12 @@ AC_ARG_WITH([gtk], [], [with_gtk="auto"]) if test "x$with_gtk" != "xno"; then - PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.10], - [AC_DEFINE([WITH_GTK], [1], [If defined, vdagent will favor GTK+ over Xlib])], - [AS_IF([test "x$with_gtk" = "xyes"], [AC_MSG_ERROR([GTK+ requested but not found])])]) + PKG_CHECK_MODULES([GTK], [gtk+-3.0 >= 3.10], [ + AC_DEFINE([WITH_GTK], [1], [If defined, vdagent will favor GTK+ over Xlib]) + with_gtk="yes" + ], [ + AS_IF([test "x$with_gtk" = "xyes"], [AC_MSG_ERROR([GTK+ requested but not found])]) + with_gtk="no"]) fi AC_ARG_ENABLE([pciaccess], -- 2.17.0 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel