aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 681a80ac9..4084efd2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -254,6 +254,8 @@ if test "x$lyrics_screen" != "xyes" ; then
lyrics_screen=no
fi
+AM_CONDITIONAL(LYRICS, test x$lyrics_screen = xyes)
+
AC_MSG_RESULT([$lyrics_screen])
AC_ARG_WITH([lyrics-plugin-dir],