summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b9894b9)
raw | patch | inline | side by side (parent: b9894b9)
author | Max Kellermann <max@duempel.org> | |
Tue, 23 Sep 2008 10:26:18 +0000 (12:26 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Tue, 23 Sep 2008 10:26:18 +0000 (12:26 +0200) |
Removed the commented checks for libraries which aren't being used
anymore by the new lyrics code.
anymore by the new lyrics code.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index c3aef2f017d970161329351792ee3ef02dee825b..e04cea920f25138581509a95c47cba54b4111f88 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_DEFINE(DISABLE_LYRICS_SCREEN, 1, [Disable lyrics screen])
lyrics_screen=no
fi
-#lyrics_screen=yes
-#if test "x$libcurl" != "xyes" ; then
-# AC_MSG_RESULT([$lyrics_screen])
- # AC_DEFINE(DISABLE_LYRICS_SCREEN, 1, [Disable lyrics screen])
- # lyrics_screen=no
-#fi
-if test "x$gthread" != "xyes" ; then
- AC_DEFINE(DISABLE_LYRICS_SCREEN, 1, [Disable lyrics screen])
- lyrics_screen=no
-fi
-#if test "x$have_expat" != "xyes" ; then
-# AC_DEFINE(DISABLE_LYRICS_SCREEN, 1, [Disable lyrics screen])
-# lyrics_screen=no
-#fi
AC_MSG_RESULT([$lyrics_screen])