diff options
author | John Criswell <criswell@uiuc.edu> | 2004-06-07 14:26:24 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-06-07 14:26:24 +0000 |
commit | d66215607c214a00c79da6625b7de5e0d25a360f (patch) | |
tree | 6ec72e75c1d23024c239d6638f033c47b124eda0 /autoconf | |
parent | c7ca32b2036b7979b81f09672a624095ed01bdba (diff) | |
download | external_llvm-d66215607c214a00c79da6625b7de5e0d25a360f.zip external_llvm-d66215607c214a00c79da6625b7de5e0d25a360f.tar.gz external_llvm-d66215607c214a00c79da6625b7de5e0d25a360f.tar.bz2 |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac index 64c5b62..80a60dc 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. |