Regenerated using autoconf-2.57.
authorBrian Gaeke <gaeke@uiuc.edu>
Fri, 20 Feb 2004 06:40:57 +0000 (06:40 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Fri, 20 Feb 2004 06:40:57 +0000 (06:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11656 91177308-0d34-0410-b5e6-96231b3b80d8

configure

index 25a331c4c9e22e974b34715a1d8f58b3607ae86d..3d13207a572336d931f35fbd4b0721fd49d0af39 100755 (executable)
--- a/configure
+++ b/configure
@@ -18913,7 +18913,8 @@ fi
 
 
 
-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 @@ _ACEOF
 
 
 
-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