diff options
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c1cabc3e3..3a42bfafb 100644 --- a/configure.ac +++ b/configure.ac @@ -289,9 +289,9 @@ dnl Optional screen - artist 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]) |