From f50a78afc60b5c8b371d65ac06675f16993cac5c Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Mon, 3 Jan 2005 21:16:08 +0000 Subject: [PATCH] Mark the search screen as experimental and disable it by default git-svn-id: https://svn.musicpd.org/ncmpc/trunk@2870 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9494b02..98be7ab 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl AC_INIT AC_CONFIG_SRCDIR([src/main.c]) -AM_INIT_AUTOMAKE([ncmpc], [0.11.1-svn]) +AM_INIT_AUTOMAKE([ncmpc], [0.11.1-rc1]) AM_CONFIG_HEADER([config.h]) dnl Check for programs @@ -163,9 +163,9 @@ dnl search screen AC_MSG_CHECKING([whether to include the search screen]) AC_ARG_ENABLE([search-screen], AC_HELP_STRING([--enable-search-screen], - [Enable search screen @<:@default=yes@:>@]), + [Enable search screen (EXPERIMENTAL) @<:@default=no@:>@]), [search_screen="$enableval"], - [search_screen=yes]) + [search_screen=no]) AC_MSG_RESULT([$search_screen]) if test "x$search_screen" != "xyes" ; then AC_DEFINE(DISABLE_SEARCH_SCREEN, 1, [Disable search screen]) -- 2.30.2