[monkey-bubble: 457/753] Use pkg-config to check for bonobo-config instead of blindly using -lbonobo-conf.



commit b626448efdfc0cef53fd0d9f874fd51a975eaf61
Author: Martin Baulig <martin src gnome org>
Date:   Wed Jun 13 19:16:51 2001 +0000

    Use pkg-config to check for bonobo-config instead of blindly using -lbonobo-conf.

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index adefadb..4b47667 100644
--- a/configure.in
+++ b/configure.in
@@ -62,7 +62,7 @@ PKG_CHECK_MODULES(LIBGNOME, ORBit-2.0 >= 2.3.90 glib-2.0 >= 1.3.1 gnome-vfs-2.0
 AC_SUBST(LIBGNOME_CFLAGS)
 AC_SUBST(LIBGNOME_LIBS)
 
-PKG_CHECK_MODULES(MONIKER, ORBit-2.0 >= 2.3.90 glib-2.0 >= 1.3.1 gnome-vfs-2.0 oaf-2.0 libxml-2.0 libbonobo-2.0)
+PKG_CHECK_MODULES(MONIKER, ORBit-2.0 >= 2.3.90 glib-2.0 >= 1.3.1 gnome-vfs-2.0 oaf-2.0 libxml-2.0 libbonobo-2.0 libbonobo-config)
 AC_SUBST(MONIKER_CFLAGS)
 AC_SUBST(MONIKER_LIBS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]