summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 75fb57e)
raw | patch | inline | side by side (parent: 75fb57e)
author | Max Kellermann <max@duempel.org> | |
Mon, 17 Nov 2008 20:52:34 +0000 (21:52 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Mon, 17 Nov 2008 20:52:34 +0000 (21:52 +0100) |
The artist screen has matured, and everybody should have it by
default.
default.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index c1cabc3e349973c2abb5da0923e29f6069f1b76b..3a42bfafb2954314b528028fcc6b65c4288150f3 100644 (file)
--- a/configure.ac
+++ b/configure.ac
AC_MSG_CHECKING([whether to include the artist screen])
AC_ARG_ENABLE([artist-screen],
AC_HELP_STRING([--enable-artist-screen],
- [Enable artist screen (EXPERIMENTAL) @<:@default=no@:>@]),
+ [Enable artist screen @<:@default=no@:>@]),
[artist_screen="$enableval"],
- [artist_screen=no])
+ [artist_screen=yes])
AC_MSG_RESULT([$artist_screen])
if test "x$artist_screen" = "xyes" ; then
AC_DEFINE(ENABLE_ARTIST_SCREEN, 1, [Enable artist screen])