I see no reason to depend on dbus-glib. I don't have it and gajim-remove works. fixes #2723

This commit is contained in:
Yann Leboulanger 2006-11-29 18:10:51 +00:00
parent 65f0738de7
commit 3b22e878b2
1 changed files with 1 additions and 1 deletions

View File

@ -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