diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-14 18:06:25 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-14 18:06:25 +0000 |
commit | 6bfead31791a7ef7739d451eeaf7e5cf7eea2485 (patch) | |
tree | 7198080c64798fa168be255de0944e37cc42f915 /autoconf | |
parent | fa196e34b0676a48d824c8feb29c6ca016667025 (diff) | |
download | external_llvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.zip external_llvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.tar.gz external_llvm-6bfead31791a7ef7739d451eeaf7e5cf7eea2485.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.ac | 2 |
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) |