From 1a8a6ec23096f80abf185efd7c724a44b1a7fa60 Mon Sep 17 00:00:00 2001 From: Jon Lund Steffensen Date: Sun, 8 Dec 2013 14:32:31 -0500 Subject: Fix configure script status output for GUI --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 2a0a6de..a98c865 100644 --- a/configure.ac +++ b/configure.ac @@ -165,6 +165,7 @@ AC_ARG_ENABLE([gui], [AC_HELP_STRING([--enable-gui], AS_IF([test "x$enable_gui" != xno], [ AS_IF([test $have_python = yes], [ AC_MSG_RESULT([yes]) + enable_gui=yes ], [ AC_MSG_RESULT([missing dependencies]) AS_IF([test "x$enable_gui" = xyes], [ @@ -174,6 +175,7 @@ AS_IF([test "x$enable_gui" != xno], [ ]) ], [ AC_MSG_RESULT([no]) + enable_gui=no ]) AM_CONDITIONAL([ENABLE_GUI], [test "x$enable_gui" != xno]) -- cgit v1.2.3-70-g09d2