From b98a8d739983dec32c79cbd69c4295075df3133d Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 21 Jun 2005 17:18:11 +0000 Subject: 2005-06-21 Frank Ch. Eigler * config.in, configure: Regenerated. * tapsets.cxx: Make dwarf code conditional on new elfutils header. --- config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.in') diff --git a/config.in b/config.in index f6042b1e..ea913bbf 100644 --- a/config.in +++ b/config.in @@ -3,6 +3,9 @@ /* Configuration/build date */ #undef DATE +/* Define to 1 if you have the header file. */ +#undef HAVE_ELFUTILS_LIBDWFL_H + /* Define to 1 if you have the header file. */ #undef HAVE_ELFUTILS_LIBDW_H @@ -12,6 +15,9 @@ /* Define to 1 if you have the `dw' library (-ldw). */ #undef HAVE_LIBDW +/* Define to 1 if you have the `dwfl' library (-ldwfl). */ +#undef HAVE_LIBDWFL + /* Define to 1 if you have the `elf' library (-lelf). */ #undef HAVE_LIBELF -- cgit