Added checks for mkstemp and getrusage.
[oota-llvm.git] / autoconf / configure.ac
index 64c5b627c725826c4f57236e13ba4f1ad4cbd504..80a60dccd577494b40dae3a6f41f9919fd2b71ab 100644 (file)
@@ -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.