From 2ed04863c3426f94932d4a4e4b5d6c7b84e49dfd Mon Sep 17 00:00:00 2001 From: William Cohen Date: Wed, 27 May 2009 11:14:12 -0400 Subject: Suggest rpms to install using debuginfo-install. The patch makes use of the RPM libraries to determine which rpm supplied the executable and from that information suggest a command to install the appropriate debuginfo rpm. This is enabled using the "--with-rpm" option for configure. Can be explicitly disabled with "--without-rpm". --- config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.in') diff --git a/config.in b/config.in index dc6be35c..7369cf53 100644 --- a/config.in +++ b/config.in @@ -89,3 +89,9 @@ /* Define like PROTOTYPES; this can be used by system headers. */ #undef __PROTOTYPES + +/* librpm version specific library name to dlopen. */ +#undef DLOPEN_LIBRPM + +/* Define if librpm library is being used. */ +#undef HAVE_LIBRPM -- cgit