Code

configure.ac: disable the artist screen with --enable-mini
authorMax Kellermann <max@duempel.org>
Fri, 5 Dec 2008 07:59:45 +0000 (08:59 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 5 Dec 2008 07:59:45 +0000 (08:59 +0100)
configure.ac

index 331658fb3bb4e30b4858cc58e9afc1ab0263e98f..7c2d87cb6bfd82e9df48658c7b9c073d6bc7ac94 100644 (file)
@@ -291,7 +291,7 @@ AC_ARG_ENABLE([artist-screen],
               AC_HELP_STRING([--enable-artist-screen],
                             [Enable artist screen @<:@default=no@:>@]),
              [artist_screen="$enableval"],
-             [artist_screen=yes])
+             [artist_screen=$disable_mini])
 AC_MSG_RESULT([$artist_screen])
 if test "x$artist_screen" = "xyes" ; then
     AC_DEFINE(ENABLE_ARTIST_SCREEN, 1, [Enable artist screen])