summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-20 18:54:48 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-20 18:54:48 +0000
commit61bf67295996c31f4b3244466b01ad0385b80154 (patch)
tree06dc78192cccb563c62f1cc48b6363ac400f1e21 /acinclude.m4
parent200bca5921ca8bd040b0644e1918e7a42e2bda96 (diff)
Disable the D-Bus GLib bindings hack
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 43b09848..254eec16 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -265,7 +265,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [
fi
if (test "${glib_enable}" = "yes" && test "${glib_found}" = "yes"); then
- if (test "${dbus_glib_found}" = "yes"); then
+ if (test "${dbus_glib_found}" = "dummy"); then
AC_DEFINE(HAVE_DBUS_GLIB, 1, [Define to 1 if you have D-Bus GLib bindings.])
DBUS_CFLAGS="$DBUS_CFLAGS $DBUS_GLIB_CFLAGS"
DBUS_LIBS="$DBUS_GLIB_LIBS"