summaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-06-07 19:37:02 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-06-07 19:37:02 +0000
commit8c76a11b2fd6391b1988fa3f77acf3cf87fe6c01 (patch)
tree311f4275df8e005a9c49d0b19fbaf49484244fdb /acinclude.m4
parent957b231578f267c158aad42662d8ebbe916aab2d (diff)
No need to check for dbus-glib
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m45
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'])