[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Thu Jan 19 00:22:53 PST 2006



Changes in directory llvm:

configure updated: 1.205 -> 1.206
---
Log message:

For PR696: http://llvm.cs.uiuc.edu/PR696 :
Add checks for ceil, ceilf, floor, and floorf


---
Diffs of the changes:  (+6 -2)

 configure |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)


Index: llvm/configure
diff -u llvm/configure:1.205 llvm/configure:1.206
--- llvm/configure:1.205	Tue Dec 20 21:31:52 2005
+++ llvm/configure	Thu Jan 19 02:22:40 2006
@@ -27752,7 +27752,10 @@
 
 
 
-for ac_func in backtrace getcwd getpagesize getrusage gettimeofday
+
+
+
+for ac_func in backtrace ceil ceilf floor floorf getcwd getpagesize getrusage
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -27857,7 +27860,8 @@
 
 
 
-for ac_func in isatty mkdtemp mkstemp mktemp
+
+for ac_func in gettimeofday isatty mkdtemp mkstemp mktemp
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5






More information about the llvm-commits mailing list