From: Max Kellermann Date: Fri, 5 Dec 2008 08:09:34 +0000 (+0100) Subject: configure.ac: disable color terminal support with --enable-mini X-Git-Tag: release-0.12~5 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1dcd68308ca075e3524a2f33d32d7dccaa11d491;p=ncmpc.git configure.ac: disable color terminal support with --enable-mini --- diff --git a/configure.ac b/configure.ac index 7c2d87c..544dc62 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])