aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
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
commit3e3bd343ff708b4ae76ff78e15af4ba20a970275 (patch)
tree7198080c64798fa168be255de0944e37cc42f915 /autoconf
parent9c37567a13ef1957e9c0653df35416cf9a957873 (diff)
downloadexternal_llvm-3e3bd343ff708b4ae76ff78e15af4ba20a970275.zip
external_llvm-3e3bd343ff708b4ae76ff78e15af4ba20a970275.tar.gz
external_llvm-3e3bd343ff708b4ae76ff78e15af4ba20a970275.tar.bz2
LLVM doesn't use libelf. Remove libelf configurey.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75643 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 71afc3a..3a5a3518 100644
--- a/autoconf/configure.ac
+++ b/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)