aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-17 22:08:11 +0100
committerMax Kellermann <max@duempel.org>2008-11-17 22:08:11 +0100
commit1ded9ecddecf4fd5e22011e9a62c3f0cff6f67b6 (patch)
treeb1a34e2aa9e67a52e4a6d4df7f3148fa4ea521c1
parent373a689922e767264846fcac71fde39b1bfe12e5 (diff)
downloadmpd-1ded9ecddecf4fd5e22011e9a62c3f0cff6f67b6.tar.gz
mpd-1ded9ecddecf4fd5e22011e9a62c3f0cff6f67b6.tar.xz
mpd-1ded9ecddecf4fd5e22011e9a62c3f0cff6f67b6.zip
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.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c12a067d3..2b5c5958e 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])