[llvm-commits] CVS: llvm/autoconf/configure.ac

John Criswell criswell at cs.uiuc.edu
Mon Jun 7 09:27:01 PDT 2004


Changes in directory llvm/autoconf:

configure.ac updated: 1.89 -> 1.90

---
Log message:

Added checks for mkstemp and getrusage.



---
Diffs of the changes:  (+1 -1)

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.89 llvm/autoconf/configure.ac:1.90
--- llvm/autoconf/configure.ac:1.89	Wed Jun  2 18:32:17 2004
+++ llvm/autoconf/configure.ac	Mon Jun  7 09:26:23 2004
@@ -285,7 +285,7 @@
 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.





More information about the llvm-commits mailing list