From 1dcd68308ca075e3524a2f33d32d7dccaa11d491 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 5 Dec 2008 09:09:34 +0100 Subject: configure.ac: disable color terminal support with --enable-mini --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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]) -- cgit v1.2.3