Code

configure.ac: enable color support by default
authorMax Kellermann <max@duempel.org>
Mon, 17 Nov 2008 21:08:11 +0000 (22:08 +0100)
committerMax Kellermann <max@duempel.org>
Mon, 17 Nov 2008 21:08:11 +0000 (22:08 +0100)
Many users love colors.  It would be too confusing for them to have
color options in the configuration file, but no color support enabled.

configure.ac

index c12a067d3a165cd7e2a1dbe348c6d35b21876e49..2b5c5958ecf1c353a2853b76d416a7d100e2b867 100644 (file)
@@ -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])