summaryrefslogtreecommitdiff
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
commit6bfead31791a7ef7739d451eeaf7e5cf7eea2485 (patch)
tree7198080c64798fa168be255de0944e37cc42f915 /autoconf
parentfa196e34b0676a48d824c8feb29c6ca016667025 (diff)
downloadllvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.tar.gz
llvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.tar.bz2
llvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.tar.xz
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 71afc3a999..3a5a35183a 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)