From: Jonathan Neuschäfer Date: Thu, 27 Oct 2011 00:02:49 +0000 (+0200) Subject: configure.ac: add missing AC_MSG_RESULT X-Git-Tag: release-0.20~60^2~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=293c575568252438d91f7e758285ff75bd08119f;p=ncmpc.git configure.ac: add missing AC_MSG_RESULT --- diff --git a/configure.ac b/configure.ac index 119500c..32440ea 100644 --- a/configure.ac +++ b/configure.ac @@ -346,6 +346,7 @@ AC_ARG_ENABLE([outputs-screen], AC_HELP_STRING([--enable-outputs-screen], [Enable outputs screen @<:@default=yes@:>@]),, [enable_outputs_screen=$disable_mini]) +AC_MSG_RESULT([$enable_outputs_screen]) if test "x$enable_outputs_screen" = "xyes" ; then AC_DEFINE(ENABLE_OUTPUTS_SCREEN, 1, [Enable outputs screen]) fi