summaryrefslogtreecommitdiffstats
path: root/llvm/configure
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@bec.de>2013-04-27 22:12:32 +0000
committerJoerg Sonnenberger <joerg@bec.de>2013-04-27 22:12:32 +0000
commit66241831dc9d33af810895cd622174cb9bdc6e4c (patch)
treeb346a19627546a4861603c86c830e5e8b82aff42 /llvm/configure
parenta39fe8c59e45dbee6407f1deb540815c162f0c68 (diff)
downloadbcm5719-llvm-66241831dc9d33af810895cd622174cb9bdc6e4c.tar.gz
bcm5719-llvm-66241831dc9d33af810895cd622174cb9bdc6e4c.zip
Only use cxxabi.h's demangler, if it is actually available.
llvm-svn: 180684
Diffstat (limited to 'llvm/configure')
-rwxr-xr-xllvm/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/configure b/llvm/configure
index 26b612d2799..4e146189e6f 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -14868,7 +14868,7 @@ fi
-for ac_header in dlfcn.h execinfo.h fcntl.h inttypes.h limits.h link.h
+for ac_header in cxxabi.h dlfcn.h execinfo.h fcntl.h inttypes.h limits.h link.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
OpenPOWER on IntegriCloud