From 2b2ffb7787df634aee1681dac7be48e986d34337 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 29 Oct 2009 00:23:57 -0400 Subject: If isatty is available, no colors/pager for non-ttys --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ad1c4b37..69fe0e1e 100644 --- a/configure.ac +++ b/configure.ac @@ -352,7 +352,7 @@ AC_STRUCT_TM #AC_FUNC_MKTIME #AC_FUNC_STAT #AC_FUNC_STRFTIME -AC_CHECK_FUNCS([access realpath getpwuid getpwnam]) +AC_CHECK_FUNCS([access realpath getpwuid getpwnam isatty]) # Pepare the Makefiles AC_CONFIG_FILES([Makefile po/Makefile.in intl/Makefile]) -- cgit v1.2.3