aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2004-02-20 06:40:57 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2004-02-20 06:40:57 +0000
commitf5261471cabb8aa6207576a4609f029d352894e0 (patch)
tree4b05edb0058cbeb88ff46f7c3147887466f5af75 /configure
parent537fa9838d3995be09bd40dfd7825861a92da4ce (diff)
downloadexternal_llvm-f5261471cabb8aa6207576a4609f029d352894e0.zip
external_llvm-f5261471cabb8aa6207576a4609f029d352894e0.tar.gz
external_llvm-f5261471cabb8aa6207576a4609f029d352894e0.tar.bz2
Regenerated using autoconf-2.57.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11656 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure
index 25a331c..3d13207 100755
--- 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