From bcfa72ed644f9644eaa3fa52e66449aedfe47974 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 25 Feb 2010 15:22:14 -0500 Subject: PR11114: simplify librpm autoconf * configure.ac: Check for -lrpm with simple AC_CHECK_LIB. * Makefile.am: Forget about @rpm_LIBS@ --- config.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'config.in') diff --git a/config.in b/config.in index e19c1acb..bbce7531 100644 --- a/config.in +++ b/config.in @@ -3,9 +3,6 @@ /* Configuration/build date */ #undef DATE -/* librpm version specific library name to dlopen. */ -#undef DLOPEN_LIBRPM - /* make -P prologue-searching default */ #undef ENABLE_PROLOGUES @@ -33,7 +30,7 @@ /* Define to 1 if you have the `pfm' library (-lpfm). */ #undef HAVE_LIBPFM -/* Define if librpm library is being used. */ +/* Define to 1 if you have the `rpm' library (-lrpm). */ #undef HAVE_LIBRPM /* Define to 1 if you have the `sqlite3' library (-lsqlite3). */ -- cgit