mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Don't color the feature log.
This commit is contained in:
parent
ef32768d3a
commit
ec5d74d262
@ -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])
|
||||
])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user