Changes in directory llvm/autoconf:

configure.ac updated: 1.204 -> 1.205
---
Log message:

add checks for new functions.  I'd appreciate it if someone could regen
the configure script :)


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

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.204 llvm/autoconf/configure.ac:1.205
--- llvm/autoconf/configure.ac:1.204    Thu Jan 19 02:31:08 2006
+++ llvm/autoconf/configure.ac  Mon Jan 23 00:24:09 2006
@@ -523,9 +523,9 @@
 dnl===
 
dnl===-----------------------------------------------------------------------===
 
-AC_CHECK_FUNCS([backtrace ceil ceilf floor floorf getcwd getpagesize 
getrusage])
-AC_CHECK_FUNCS([gettimeofday isatty mkdtemp mkstemp mktemp ])
-AC_CHECK_FUNCS([realpath sbrk setrlimit strdup strerror strerror_r ])
+AC_CHECK_FUNCS([backtrace ceilf floorf roundf rintf nearbyintf getcwd ])
+AC_CHECK_FUNCS([getpagesize getrusage gettimeofday isatty mkdtemp mkstemp ])
+AC_CHECK_FUNCS([mktemp realpath sbrk setrlimit strdup strerror strerror_r ])
 AC_CHECK_FUNCS([strtoll strtoq sysconf malloc_zone_statistics ])
 AC_C_PRINTF_A
 AC_FUNC_ALLOCA



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to