From 14d0763f9618c5e3391c7ee525cf91515a0715f1 Mon Sep 17 00:00:00 2001 From: fche Date: Fri, 29 Jul 2005 18:18:10 +0000 Subject: 2005-07-29 Frank Ch. Eigler * configure.ac: Fail configure stage if elfutils 0.111+ is not found. * Makefile.am, elaborate.cxx, tapsets.cxx: Unconditionalize. * configure, Makefile.in, config.in: Regenerated. --- elaborate.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'elaborate.cxx') diff --git a/elaborate.cxx b/elaborate.cxx index 958472c5..5ba9f0e3 100644 --- a/elaborate.cxx +++ b/elaborate.cxx @@ -21,14 +21,6 @@ extern "C" { #include #include -#if 0 -#ifdef HAVE_ELFUTILS_LIBDW_H -#include -#else -#error "need " -#endif -#endif - using namespace std; -- cgit