diff options
author | Martin Baulig <martin@home-of-linux.org> | 2000-04-23 13:08:05 +0000 |
---|---|---|
committer | Martin Baulig <martin@src.gnome.org> | 2000-04-23 13:08:05 +0000 |
commit | 0d922856778e23da51832a197dcf4f5e450a3c62 (patch) | |
tree | fb5139594d6016c9188d30b2aad04379011c024d /acconfig.h | |
parent | 7346b7830546e4dcb4fe5359117c3011756a42bd (diff) | |
download | nautilus-0d922856778e23da51832a197dcf4f5e450a3c62.tar.gz |
Check for -lrpm and its dependency libs. On success, define HAVE_RPM and
2000-04-23 Martin Baulig <martin@home-of-linux.org>
* configure.in: Check for -lrpm and its dependency libs.
On success, define HAVE_RPM and AC_SUBST(RPM_LIBS).
Added BUILD_RPMVIEW_COMPONENT automake conditional.
* acconfig.h (HAVE_RPM): Added.
* components/Makefile.am: Conditionally compile rpmview.
* components/rpmview/Makefile.am: Use $(RPM_LIBS) rather than
-lrpm so we get the correct dependency libs such as -lgz2.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 1a6f8cad2..16e71ed69 100644 --- a/acconfig.h +++ b/acconfig.h @@ -5,3 +5,5 @@ #undef HAVE_GETTEXT #undef HAVE_LC_MESSAGES #undef HAVE_STPCPY + +#undef HAVE_RPM |