diff options
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 33b2f5c0..f09fe48e 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -307,11 +307,6 @@ AC_DEFUN([AC_ARG_BLUEZ], [ fi if (test "${glib_enable}" = "yes" && test "${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" - fi AM_CONDITIONAL(GLIB, true) else AC_SUBST([GLIB_CFLAGS], ['-I$(top_srcdir)/eglib']) |