check for isatty function
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 2 Apr 2004 21:06:44 +0000 (21:06 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 2 Apr 2004 21:06:44 +0000 (21:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12635 91177308-0d34-0410-b5e6-96231b3b80d8

autoconf/configure.ac

index 49010c4e4c457962fe34255aba106ba020ab1807..3a3dfd881c0330b7207aca28d81913575cec15b4 100644 (file)
@@ -282,7 +282,7 @@ then
 fi
 AC_HEADER_MMAP_ANONYMOUS
 AC_TYPE_SIGNAL
-AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace)
+AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace isatty)
 AC_CHECK_FUNC(mprotect,,AC_MSG_ERROR([Function mprotect() required but not found]))
 
 dnl Determine if the linker supports the -R option.