summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2014-02-06 12:08:30 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2014-02-07 13:47:23 +0100
commit629189cce101f13703315f4022479c8875113b09 (patch)
tree947e990b0803975de81805be14d7b0e8e0fc8bc7 /configure.ac
parent41092a33eb6e3c364a66d7e231646e7cb3f95289 (diff)
downloadspice-gtk-629189cce101f13703315f4022479c8875113b09.tar.gz
spice-gtk-629189cce101f13703315f4022479c8875113b09.tar.xz
spice-gtk-629189cce101f13703315f4022479c8875113b09.zip
misc: sed -i -e 's/USE_DBUS/USE_DBUS_GLIB/g'
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 dccc231..d6e8489 100644
--- a/configure.ac
+++ b/configure.ac
@@ -657,7 +657,7 @@ if test "x$enable_dbus" != "xno"; then
fi
if test "x$have_dbus" = "xyes"; then
- AC_DEFINE(USE_DBUS, [1], [Define if supporting dbus])
+ AC_DEFINE(USE_DBUS_GLIB, [1], [Define if supporting dbus])
fi
fi