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:
parent
65f0738de7
commit
3b22e878b2
|
@ -51,7 +51,7 @@ if test "x$enable_remote" = "xauto"; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$enable_remote" = "xyes";then
|
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_CFLAGS)
|
||||||
AC_SUBST(DBUS_LIBS)
|
AC_SUBST(DBUS_LIBS)
|
||||||
have_remote=true
|
have_remote=true
|
||||||
|
|
Loading…
Reference in New Issue