Code

configure.ac: disable color terminal support with --enable-mini
authorMax Kellermann <max@duempel.org>
Fri, 5 Dec 2008 08:09:34 +0000 (09:09 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 5 Dec 2008 08:09:34 +0000 (09:09 +0100)
configure.ac

index 7c2d87cb6bfd82e9df48658c7b9c073d6bc7ac94..544dc62a457c5fa03a6234df9e86d945ecb68c1a 100644 (file)
@@ -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])