X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=01f88cf0907632a878554e941bd01ea1dce59737;hb=4a911614ef57a305c288d12b9ee3ab2331a759cb;hp=fff8b5112db6243d315a57f7c1ea9b6d58718b87;hpb=00ab3aa22139066ead2bb998dbdaffeab41f22e8;p=ncmpc.git diff --git a/configure.ac b/configure.ac index fff8b51..01f88cf 100644 --- a/configure.ac +++ b/configure.ac @@ -325,7 +325,6 @@ AC_DEFINE_UNQUOTED([LYRICS_PLUGIN_DIR], ["$lyrics_plugin_dir"], AC_SUBST(lyrics_plugin_dir) AM_CONDITIONAL(ENABLE_PLUGIN_LIBRARY, test x$enable_lyrics_screen = xyes) -AM_CONDITIONAL(ENABLE_SCREEN_TEXT, test x$enable_lyrics_screen = xyes) dnl Optional screen - outputs AC_MSG_CHECKING([whether to include the outputs screen]) @@ -360,6 +359,8 @@ if test "x$enable_chat_screen" = "xyes" ; then fi AM_CONDITIONAL(ENABLE_CHAT_SCREEN, test x$enable_chat_screen = xyes) +AM_CONDITIONAL(ENABLE_SCREEN_TEXT, + test x$enable_lyrics_screen = xyes -o x$enable_chat_screen = xyes) dnl dnl Windows OS Resource File