check for isatty function

llvm-svn: 12635
This commit is contained in:
Brian Gaeke 2004-04-02 21:06:44 +00:00
parent 9dcd639e5c
commit c6dba95bbc
1 changed files with 1 additions and 1 deletions

View 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.