[llvm-commits] CVS: llvm/configure

Reid Spencer reid at x10sys.com
Thu Dec 30 21:49:26 PST 2004



Changes in directory llvm:

configure updated: 1.166 -> 1.167
---
Log message:

For PR351: http://llvm.cs.uiuc.edu/PR351 :
* lib/System depends on sbrk(3), make sure we check for it.


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

Index: llvm/configure
diff -u llvm/configure:1.166 llvm/configure:1.167
--- llvm/configure:1.166	Wed Dec 29 01:07:57 2004
+++ llvm/configure	Thu Dec 30 23:49:15 2004
@@ -27274,8 +27274,7 @@
 
 
 
-
-for ac_func in realpath setrlimit strdup strerror strerror_r strtoll strtoq
+for ac_func in realpath sbrk setrlimit strdup strerror strerror_r
 do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
 echo "$as_me:$LINENO: checking for $ac_func" >&5
@@ -27377,7 +27376,9 @@
 done
 
 
-for ac_func in sysconf
+
+
+for ac_func in strtoll strtoq sysconf
 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