m4/pprint.m4: check that the terminal supports at least 8 colors
[babeltrace.git] / m4 / pprint.m4
index e55edb6eb9699966f639b1b1fc11789f353bcc6d..9be4a126ee59adfe61e22eef4807014690370863 100644 (file)
@@ -15,7 +15,7 @@ AC_DEFUN([PPRINT_INIT], [
   AC_PATH_PROG([pprint_tput], [tput])
 
   AS_IF([test -n "$pprint_tput"], [
-    AS_IF([test -n "$PS1" && test `"$pprint_tput" colors` -eq 256 && test -t 1], [
+    AS_IF([test -n "$PS1" && test `"$pprint_tput" colors` -ge 8 && test -t 1], [
       # interactive shell and colors supported and standard output
       # file descriptor is opened on a terminal
       PPRINT_COLOR_TXTBLK="`"$pprint_tput" setaf 0`"
This page took 0.023479 seconds and 4 git commands to generate.