summaryrefslogtreecommitdiffstats
path: root/llvm/autoconf/configure.ac
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-14 18:06:25 +0000
committerDan Gohman <gohman@apple.com>2009-07-14 18:06:25 +0000
commit1d38788a00b0217020f5219a5ed82eea5c98c30c (patch)
tree3ea34550bc0d8e94f0fc0d31e37f3584eccb6ebe /llvm/autoconf/configure.ac
parent3be62697dfd328562860d112f8f90f3e5c6cd761 (diff)
downloadbcm5719-llvm-1d38788a00b0217020f5219a5ed82eea5c98c30c.tar.gz
bcm5719-llvm-1d38788a00b0217020f5219a5ed82eea5c98c30c.zip
LLVM doesn't use libelf. Remove libelf configurey.
llvm-svn: 75643
Diffstat (limited to 'llvm/autoconf/configure.ac')
-rw-r--r--llvm/autoconf/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 71afc3a999b..3a5a35183ae 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -864,8 +864,6 @@ dnl=== SECTION 5: Check for libraries
dnl===
dnl===-----------------------------------------------------------------------===
-dnl libelf is for sparc only; we can ignore it if we don't have it
-AC_CHECK_LIB(elf, elf_begin)
AC_CHECK_LIB(m,sin)
if test "$llvm_cv_os_type" = "MingW" ; then
AC_CHECK_LIB(imagehlp, main)
OpenPOWER on IntegriCloud