diff options
author | Ryan Lortie <desrt@desrt.ca> | 2011-10-16 21:59:55 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2011-10-16 21:59:55 -0400 |
commit | b0ab7aba6bf2d70e0546f85091d76d9f83174ce8 (patch) | |
tree | d8053a89a1e31a4dc79fa2a81b763ff8086fb092 /gobject | |
parent | b0760207197cb32dcc89190f6329a043670ecbd7 (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.am | 2 |
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 |