X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=configure.sh;h=15ae18088ba8d961b401fa8187334898ebe17fad;hb=505be508ae7d3fb48122be548b310a238cfb91eb;hp=1e12397d0e9d81e6ee3c588018d89f516209ccc3;hpb=1feb447473d8176c3a218cc209c681fb41d468d1;p=fanfix.git diff --git a/configure.sh b/configure.sh index 1e12397..15ae180 100755 --- a/configure.sh +++ b/configure.sh @@ -68,8 +68,10 @@ if [ "`whereis tput`" = "tput:" ]; then ko='"[ !! ]"'; cols=80; else - ok='"`tput bold`[`tput setf 2` OK `tput init``tput bold`]`tput init`"'; - ko='"`tput bold`[`tput setf 4` !! `tput init``tput bold`]`tput init`"'; + #ok='"`tput bold`[`tput setf 2` OK `tput init``tput bold`]`tput init`"'; + #ko='"`tput bold`[`tput setf 4` !! `tput init``tput bold`]`tput init`"'; + ok='"`tput bold`[`tput setaf 2` OK `tput init``tput bold`]`tput init`"'; + ko='"`tput bold`[`tput setaf 1` !! `tput init``tput bold`]`tput init`"'; cols='"`tput cols`"'; fi;