From 4fe5a05e0a909dd701d7e1a363d6d88d398950c7 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sat, 29 Oct 2011 05:53:45 -0700 Subject: [PATCH] configure.ac: Add AC_MSG_RESULT for outputs screen --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 3dc9234..fbcdf7f 100644 --- a/configure.ac +++ b/configure.ac @@ -351,6 +351,8 @@ if test "x$enable_outputs_screen" = "xyes" ; then fi AM_CONDITIONAL(ENABLE_OUTPUTS_SCREEN, test x$enable_outputs_screen = xyes) +AC_MSG_RESULT([$enable_outputs_screen]) + dnl -- 2.30.2