[llvm-commits] CVS: llvm/configure
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Feb 20 00:45:53 PST 2004
Changes in directory llvm:
configure updated: 1.74 -> 1.75
---
Log message:
Regenerated using autoconf-2.57.
---
Diffs of the changes: (+4 -2)
Index: llvm/configure
diff -u llvm/configure:1.74 llvm/configure:1.75
--- llvm/configure:1.74 Mon Feb 16 08:55:15 2004
+++ llvm/configure Fri Feb 20 00:40:57 2004
@@ -18913,7 +18913,8 @@
-for ac_header in fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h
+
+for ac_header in fcntl.h limits.h sys/time.h unistd.h malloc.h sys/mman.h sys/resource.h dlfcn.h link.h execinfo.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
@@ -21449,7 +21450,8 @@
-for ac_func in getcwd gettimeofday strdup strtoq strtoll
+
+for ac_func in getcwd gettimeofday strdup strtoq strtoll backtrace
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