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

Brian Gaeke gaeke at cs.uiuc.edu
Tue Jun 22 18:51:01 PDT 2004


Changes in directory llvm/autoconf:

configure.ac updated: 1.92 -> 1.93

---
Log message:

Call custom check (AC_FUNC_ISNAN) instead of using the generic function check.


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

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.92 llvm/autoconf/configure.ac:1.93
--- llvm/autoconf/configure.ac:1.92	Tue Jun 22 16:35:10 2004
+++ llvm/autoconf/configure.ac	Tue Jun 22 18:43:04 2004
@@ -272,6 +272,8 @@
 AC_CXX_HAVE_BI_ITERATOR
 AC_CXX_HAVE_FWD_ITERATOR
 
+AC_FUNC_ISNAN
+
 dnl Checks for library functions.
 AC_FUNC_ALLOCA
 AC_FUNC_MMAP
@@ -286,7 +288,7 @@
 fi
 AC_HEADER_MMAP_ANONYMOUS
 AC_TYPE_SIGNAL
-AC_CHECK_FUNCS(getcwd gettimeofday strdup strtoq strtoll backtrace isatty mkstemp getrusage isnan)
+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