From 2a262f6a7f59e41a3c65597662dbf278ab9fef89 Mon Sep 17 00:00:00 2001 From: roland Date: Fri, 29 Jul 2005 08:37:11 +0000 Subject: 2005-07-29 Roland McGrath * 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. --- config.in | 9 --------- 1 file changed, 9 deletions(-) (limited to 'config.in') diff --git a/config.in b/config.in index ea913bbf..826c4626 100644 --- a/config.in +++ b/config.in @@ -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 header file. */ -#undef HAVE_LIBELF_H - /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H -- cgit