summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 373a689)
raw | patch | inline | side by side (parent: 373a689)
author | Max Kellermann <max@duempel.org> | |
Mon, 17 Nov 2008 21:08:11 +0000 (22:08 +0100) | ||
committer | Max 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.
color options in the configuration file, but no color support enabled.
configure.ac | patch | blob | history |
diff --git a/configure.ac b/configure.ac
index c12a067d3a165cd7e2a1dbe348c6d35b21876e49..2b5c5958ecf1c353a2853b76d416a7d100e2b867 100644 (file)
--- a/configure.ac
+++ b/configure.ac
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])