diff options
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 7c2d87cb6..544dc62a4 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=yes]) + [use_colors=$disable_mini]) AC_MSG_RESULT([$use_colors]) if test "x$use_colors" = "xyes" ; then AC_DEFINE([ENABLE_COLORS], [1], [Enable color support]) |