summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2011-10-16 21:59:55 -0400
committerRyan Lortie <desrt@desrt.ca>2011-10-16 21:59:55 -0400
commitb0ab7aba6bf2d70e0546f85091d76d9f83174ce8 (patch)
treed8053a89a1e31a4dc79fa2a81b763ff8086fb092 /gobject
parentb0760207197cb32dcc89190f6329a043670ecbd7 (diff)
push G_THREADS_MANDATORY over the cliff
This was used as an optimisation for the macro hackery that used to live in gthread.h. If a particular library or program knew that it could rely on thread support being enabled, it would allow for static evaluation of conditionals in some of those macros. Since the macros are dead and thread support is now always-on, we can get rid of this bit of legacy.
Diffstat (limited to 'gobject')
-rw-r--r--gobject/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index 7e02c83ab..5c84699eb 100644
--- a/gobject/Makefile.am
+++ b/gobject/Makefile.am
@@ -13,8 +13,6 @@ AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"GLib-GObject\" \
$(gthread_INCLUDES) \
$(GLIB_DEBUG_FLAGS) \
- -DG_THREADS_MANDATORY \
- -DG_DISABLE_DEPRECATED \
-DGOBJECT_COMPILATION
gobject.def: gobject.symbols