Use unconditional thread calls in gio and gobject
authorAlexander Larsson <alexl@redhat.com>
Tue, 12 Jan 2010 20:28:23 +0000 (21:28 +0100)
committerAlexander Larsson <alexl@redhat.com>
Tue, 12 Jan 2010 20:37:50 +0000 (21:37 +0100)
commit94b8613b5ffefadb5c82424bd1f3083ff11fa811
treefd14d8981fed01e7bfe77e8e0a8ec8fe8efeef51
parentde5c708e0b3d257388d3a5d09c80806d27069c88
Use unconditional thread calls in gio and gobject

If threads are available we always enable threads in gobject, which
means all gio/gobject code can enable the unconditional thread calls.

This is a minor optimization since we avoid a bunch of unnecessary
is-threads-enabled checks.

https://bugzilla.gnome.org/show_bug.cgi?id=606775
configure.in
gio/Makefile.am
gobject/Makefile.am