From 61bf67295996c31f4b3244466b01ad0385b80154 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 20 Jan 2007 18:54:48 +0000 Subject: Disable the D-Bus GLib bindings hack --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acinclude.m4') 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" -- cgit