diff options
author | fche <fche> | 2005-07-29 18:18:10 +0000 |
---|---|---|
committer | fche <fche> | 2005-07-29 18:18:10 +0000 |
commit | 14d0763f9618c5e3391c7ee525cf91515a0715f1 (patch) | |
tree | e665680c13ea4c4d46ab645e8c80407dd939f8d3 /elaborate.cxx | |
parent | bb15b4e375fe024c06d58ca3d4ce312c6ab64f47 (diff) | |
download | systemtap-steved-14d0763f9618c5e3391c7ee525cf91515a0715f1.tar.gz systemtap-steved-14d0763f9618c5e3391c7ee525cf91515a0715f1.tar.xz systemtap-steved-14d0763f9618c5e3391c7ee525cf91515a0715f1.zip |
2005-07-29 Frank Ch. Eigler <fche@redhat.com>
* 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.
Diffstat (limited to 'elaborate.cxx')
-rw-r--r-- | elaborate.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
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 <set> #include <vector> -#if 0 -#ifdef HAVE_ELFUTILS_LIBDW_H -#include <elfutils/libdw.h> -#else -#error "need <elfutils/libdw.h>" -#endif -#endif - using namespace std; |