From ec5d74d2623409a1328536ef47b6f27a650ca4e2 Mon Sep 17 00:00:00 2001 From: Russ Rowan Date: Thu, 15 Dec 2005 16:03:15 -0500 Subject: [PATCH] Don't color the feature log. --- config/m4/features.m4 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/config/m4/features.m4 b/config/m4/features.m4 index 9ea04344f..179f67a43 100644 --- a/config/m4/features.m4 +++ b/config/m4/features.m4 @@ -32,16 +32,7 @@ AC_DEFUN([EL_LOG_CONFIG], value="[$]$1" fi - if test $(`which tput` colors) -ge 4; then - if test "$value" = "no"; then - color="\033@<:@0;31m" - else - color="\033@<:@0;36m" - fi - end_color="\033@<:@0;0m" - fi - - echo -e "$about $dots $color$value$end_color" >> features.log + echo -e "$about $dots $value" >> features.log AC_SUBST([$1]) ])