From 3b22e878b210aa21625729c1e8f6afa5db6b5d44 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Wed, 29 Nov 2006 18:10:51 +0000 Subject: I see no reason to depend on dbus-glib. I don't have it and gajim-remove works. fixes #2723 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8cdde026d..fdbf6bbe7 100644 --- a/configure.ac +++ b/configure.ac @@ -51,7 +51,7 @@ if test "x$enable_remote" = "xauto"; then fi if test "x$enable_remote" = "xyes";then - PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.60 dbus-glib-1 >= 0.60]) + PKG_CHECK_MODULES([DBUS], [dbus-1 >= 0.60]) AC_SUBST(DBUS_CFLAGS) AC_SUBST(DBUS_LIBS) have_remote=true -- cgit v1.2.3