summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-04-02 21:06:44 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-04-02 21:06:44 +0000
commit8d36db19548a2ac6ca83603b0bf9b0daa6072e9e (patch)
treefecdf783002dee299d14578b359291a4d4577c7e /autoconf
parent04eaef28a8bc1e530a55c18dab0785f7d1dff640 (diff)
downloadllvm-8d36db19548a2ac6ca83603b0bf9b0daa6072e9e.tar.gz
llvm-8d36db19548a2ac6ca83603b0bf9b0daa6072e9e.tar.bz2
llvm-8d36db19548a2ac6ca83603b0bf9b0daa6072e9e.tar.xz
check for isatty function
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12635 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 49010c4e4c..3a3dfd881c 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -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.