summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 82ca2b1..0712796 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,12 +23,6 @@ getprogname \
AC_CHECK_LIB(z, uncompress)
AC_CHECK_LIB(elf, gelf_getshdr)
-AC_CHECK_LIB(dwarf, dwarf_elf_init, [
- AC_MSG_RESULT([you got dwarves])
-],[
- AC_ERROR([Need libdwarf for ctfconvert to operate])
-])
-
AC_CHECK_LIB(pthread, pthread_create)
AC_CHECK_HEADERS([ \
@@ -48,6 +42,7 @@ strings.h \
sys/elf.h \
sys/errno.h \
sys/mman.h \
+sys/param.h \
sys/stat.h \
sys/sysmacros.h \
unistd.h \