configure: Set the thread type after resolving dependencies
authorDiego Biurrun <diego@biurrun.de>
Mon, 23 Dec 2013 03:24:53 +0000 (04:24 +0100)
committerMartin Storsjö <martin@martin.st>
Fri, 28 Feb 2014 20:27:05 +0000 (22:27 +0200)
commitfb3b2f5d923a6e19d80f21eb4e081674bceec810
treed3137fc0731926a7289ae8da3c0b85f8237d2ced
parent2f02bbcca050936686482453078e83dc25493da0
configure: Set the thread type after resolving dependencies

A threading type might be detected originally, but later disabled
if one of its dependencies is unavailable.

This makes sure that the threading support item in the configure
output is right for setups where w32threads are available but
native atomics aren't.

Signed-off-by: Martin Storsjö <martin@martin.st>
configure