Protect call to pthread_condattr_setclock with define.
authorPatrick Welche <prlw1@cam.ac.uk>
Thu, 12 Jan 2012 15:38:15 +0000 (15:38 +0000)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 16 Jan 2012 04:41:27 +0000 (23:41 -0500)
commitdecac50c1598f75ce781a3c6a68a85c0defe38ac
tree140770cfb8a67542b406c88db05bec59277afe2d
parent6d9f874330ee27ea09b383cb30718a492f6539dd
Protect call to pthread_condattr_setclock with define.

While here update pthread_attr_setstacksize test to use AC_LINK_IFELSE
and avoid an unused variable in glib/tests/thread.c.

https://bugzilla.gnome.org/show_bug.cgi?id=667790
configure.ac
glib/gthread-posix.c
glib/tests/thread.c