diff options
author | fche <fche> | 2005-06-21 17:18:11 +0000 |
---|---|---|
committer | fche <fche> | 2005-06-21 17:18:11 +0000 |
commit | b98a8d739983dec32c79cbd69c4295075df3133d (patch) | |
tree | 7ac46512eb1b5058035b951dd4663ca68e7f1c9f /config.in | |
parent | aac3ed25e8dc7355b5f28fae2878f644df14ef7d (diff) | |
download | systemtap-steved-b98a8d739983dec32c79cbd69c4295075df3133d.tar.gz systemtap-steved-b98a8d739983dec32c79cbd69c4295075df3133d.tar.xz systemtap-steved-b98a8d739983dec32c79cbd69c4295075df3133d.zip |
2005-06-21 Frank Ch. Eigler <fche@redhat.com>
* config.in, configure: Regenerated.
* tapsets.cxx: Make dwarf code conditional on new elfutils header.
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,9 @@ /* Configuration/build date */ #undef DATE +/* Define to 1 if you have the <elfutils/libdwfl.h> header file. */ +#undef HAVE_ELFUTILS_LIBDWFL_H + /* Define to 1 if you have the <elfutils/libdw.h> 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 |