From: Avuton Olrich Date: Sat, 29 Oct 2011 12:53:45 +0000 (-0700) Subject: configure.ac: Add AC_MSG_RESULT for outputs screen X-Git-Tag: release-0.20~72 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4fe5a05e0a909dd701d7e1a363d6d88d398950c7;p=ncmpc.git configure.ac: Add AC_MSG_RESULT for outputs screen --- 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