summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 20d3e7a)
raw | patch | inline | side by side (parent: 20d3e7a)
author | J. Alexander Treuman <jat@spatialrift.net> | |
Sun, 21 Sep 2008 19:36:11 +0000 (21:36 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Sun, 21 Sep 2008 19:36:11 +0000 (21:36 +0200) |
The configure help text already said the lyrics screen was disabled by
default. Now it actually will be.
default. Now it actually will be.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index 7ed5cec1f0b9233be96064c47e08437648a44284..8a83e0bc3be1316e73a776185795d3265d9c16a6 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_HELP_STRING([--enable-lyrics-screen],
[Enable lyrics screen @<:@default=no@:>@]),
[lyrics_screen="$enableval"],
- [lyrics_screen=yes])
+ [lyrics_screen=no])
if test "x$lyrics_screen" != "xyes" ; then
AC_DEFINE(DISABLE_LYRICS_SCREEN, 1, [Disable lyrics screen])
lyrics_screen=no