diff options
author | roland <roland> | 2005-07-29 08:37:11 +0000 |
---|---|---|
committer | roland <roland> | 2005-07-29 08:37:11 +0000 |
commit | 2a262f6a7f59e41a3c65597662dbf278ab9fef89 (patch) | |
tree | 928d9be3e3dd0a981d0a05ae7faea3c7569fd0cb /config.in | |
parent | a84e3597ebf967478496835195c5231c6fd227c5 (diff) | |
download | systemtap-steved-2a262f6a7f59e41a3c65597662dbf278ab9fef89.tar.gz systemtap-steved-2a262f6a7f59e41a3c65597662dbf278ab9fef89.tar.xz systemtap-steved-2a262f6a7f59e41a3c65597662dbf278ab9fef89.zip |
2005-07-29 Roland McGrath <roland@redhat.com>
* configure.ac: Add AM_CONDITIONAL definition of HAVE_LIBDW.
* Makefile.am [HAVE_LIBDW] (stap_SOURCES_libdw): New variable.
(stap_SOURCES): Use it, moving loc2c.c there.
* configure, config.in: Regenerated.
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -15,15 +15,6 @@ /* 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 - -/* Define to 1 if you have the <libelf.h> header file. */ -#undef HAVE_LIBELF_H - /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H |