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 | 1d38788a00b0217020f5219a5ed82eea5c98c30c (patch) | |
| tree | 3ea34550bc0d8e94f0fc0d31e37f3584eccb6ebe /llvm/autoconf/configure.ac | |
| parent | 3be62697dfd328562860d112f8f90f3e5c6cd761 (diff) | |
| download | bcm5719-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.ac | 2 |
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) |

