Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2006-11-29 21:10:51 +0300
committerYann Leboulanger <asterix@lagaule.org>2006-11-29 21:10:51 +0300
commit3b22e878b210aa21625729c1e8f6afa5db6b5d44 (patch)
tree4e6471183f5f0a5cdea671cb8e500def666575df /configure.ac
parent65f0738de74db22295c32bfe6da0979c261560f3 (diff)
I see no reason to depend on dbus-glib. I don't have it and gajim-remove works. fixes #2723
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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