summaryrefslogtreecommitdiff
path: root/autoconf
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-06-07 14:26:24 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-06-07 14:26:24 +0000
commitd66215607c214a00c79da6625b7de5e0d25a360f (patch)
tree6ec72e75c1d23024c239d6638f033c47b124eda0 /autoconf
parentc7ca32b2036b7979b81f09672a624095ed01bdba (diff)
downloadllvm-d66215607c214a00c79da6625b7de5e0d25a360f.tar.gz
llvm-d66215607c214a00c79da6625b7de5e0d25a360f.tar.bz2
llvm-d66215607c214a00c79da6625b7de5e0d25a360f.tar.xz
Added checks for mkstemp and getrusage.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14047 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 64c5b627c7..80a60dccd5 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -285,7 +285,7 @@ then
fi
AC_HEADER_MMAP_ANONYMOUS
AC_TYPE_SIGNAL
-AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace isatty)
+AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace isatty mkstemp getrusage)
AC_CHECK_FUNC(mprotect,,AC_MSG_ERROR([Function mprotect() required but not found]))
dnl Determine if the linker supports the -R option.