From ab3876d4c059d4a076c49d1700067fe7b3696d54 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 7 Nov 2008 08:27:14 +0100 Subject: configure.ac: added --disable-help-screen --- src/screen_list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/screen_list.c') diff --git a/src/screen_list.c b/src/screen_list.c index 31e8adaf1..39ec8e9f3 100644 --- a/src/screen_list.c +++ b/src/screen_list.c @@ -32,7 +32,9 @@ static const struct #ifdef ENABLE_ARTIST_SCREEN { "artist", &screen_artist }, #endif +#ifdef ENABLE_HELP_SCREEN { "help", &screen_help }, +#endif #ifdef ENABLE_SEARCH_SCREEN { "search", &screen_search }, #endif -- cgit v1.2.3