summaryrefslogtreecommitdiff
path: root/droute
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-12-03 15:44:48 -0500
committerMike Gorse <mgorse@novell.com>2010-12-03 15:44:48 -0500
commit344deddcec79cb4611010a7c8655755f5d05350e (patch)
treef22291eb30c7d788f7f42b036c8cc99a0336b758 /droute
parent0e86eaf1b77ba2e557c6b17201fbeefda5e92ad2 (diff)
downloadat-spi2-atk-344deddcec79cb4611010a7c8655755f5d05350e.tar.gz
Disable for dbus-glib prior to 0.9.0p2p
The main loop switching code will result in a hang in dbus-glib 0.88 and earlier because of FDO#30574, so added a configure check to warn and disable p2p for older dbus-glib versions.
Diffstat (limited to 'droute')
-rw-r--r--droute/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/droute/Makefile.am b/droute/Makefile.am
index c8b34b8..94cefaf 100644
--- a/droute/Makefile.am
+++ b/droute/Makefile.am
@@ -2,8 +2,7 @@ noinst_LTLIBRARIES = libdroute.la
libdroute_la_CFLAGS = $(DBUS_GLIB_CFLAGS) \
-I$(top_builddir)\
- -I$(top_srcdir) \
- -DG_DISABLE_DEPRECATED
+ -I$(top_srcdir)
libdroute_la_SOURCES =\
droute.c\
@@ -20,8 +19,7 @@ check_PROGRAMS = droute-test
droute_test_SOURCES = droute-test.c
droute_test_CFLAGS = $(DBUS_GLIB_CFLAGS) \
-I$(top_builddir)\
- -I$(top_srcdir) \
- -DG_DISABLE_DEPRECATED
+ -I$(top_srcdir)
droute_test_LDFLAGS = $(top_builddir)/dbind/libdbind.la\
libdroute.la\