summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf
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/autoconf
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/autoconf')
-rw-r--r--llvm/autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 9c116f7c006..3101e9a5a16 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -1507,7 +1507,7 @@ AC_HEADER_STAT
AC_HEADER_SYS_WAIT
AC_HEADER_TIME
-AC_CHECK_HEADERS([dlfcn.h execinfo.h fcntl.h inttypes.h limits.h link.h])
+AC_CHECK_HEADERS([cxxabi.h dlfcn.h execinfo.h fcntl.h inttypes.h limits.h link.h])
AC_CHECK_HEADERS([malloc.h setjmp.h signal.h stdint.h termios.h unistd.h])
AC_CHECK_HEADERS([utime.h windows.h])
AC_CHECK_HEADERS([sys/mman.h sys/param.h sys/resource.h sys/time.h sys/uio.h])
OpenPOWER on IntegriCloud