summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-02-20 16:09:55 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-02-20 16:09:55 +0000
commit0cf0c416ec73f65d4631ec8e2b6409f95462c76e (patch)
treefd3542ba88dd6e6ea314a86b73ef370371d87420 /config.h.in
parentbb0a112b949e71e5c7b9d82dcd37023bf04d8c83 (diff)
downloadcups-0cf0c416ec73f65d4631ec8e2b6409f95462c76e.tar.gz
Fix a D-BUS threading issue that caused the scheduler to crash (STR #4347)
Apparently D-BUS is not thread-safe by default... git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@11626 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 7c96248f8..1b2df157e 100644
--- a/config.h.in
+++ b/config.h.in
@@ -535,6 +535,7 @@
#undef HAVE_DBUS
#undef HAVE_DBUS_MESSAGE_ITER_INIT_APPEND
+#undef HAVE_DBUS_THREADS_INIT
/*