From: Max Kellermann Date: Mon, 17 Nov 2008 21:08:11 +0000 (+0100) Subject: configure.ac: enable color support by default X-Git-Tag: v0.12_alpha1~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1ded9ecddecf4fd5e22011e9a62c3f0cff6f67b6;p=ncmpc.git configure.ac: enable color support by default Many users love colors. It would be too confusing for them to have color options in the configuration file, but no color support enabled. --- diff --git a/configure.ac b/configure.ac index c12a067..2b5c595 100644 --- a/configure.ac +++ b/configure.ac @@ -194,7 +194,7 @@ AC_ARG_ENABLE([colors], AC_HELP_STRING([--enable-colors], [Enable color support]), [use_colors=$enableval], - [use_colors=no]) + [use_colors=yes]) AC_MSG_RESULT([$use_colors]) if test "x$use_colors" = "xyes" ; then AC_DEFINE([ENABLE_COLORS], [1], [Enable color support])