push G_THREADS_MANDATORY over the cliff
authorRyan Lortie <desrt@desrt.ca>
Mon, 17 Oct 2011 01:59:55 +0000 (21:59 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 17 Oct 2011 01:59:55 +0000 (21:59 -0400)
commitb0ab7aba6bf2d70e0546f85091d76d9f83174ce8
treed8053a89a1e31a4dc79fa2a81b763ff8086fb092
parentb0760207197cb32dcc89190f6329a043670ecbd7
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.
gio/Makefile.am
glib/Makefile.am
glib/deprecated/gthread.h
gobject/Makefile.am