Check for presence of compiler -pthread flag.
authorBrad <brad@comstyle.com>
Mon, 8 Aug 2011 00:02:11 +0000 (20:02 -0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 21 Aug 2011 18:46:34 +0000 (18:46 +0000)
commit92ec3eb3c5b3ba62d17aa142b3c9fbb3a2b606a6
tree2cd38792108b46b573c4c40704a8d5f667877d46
parentf2b87d684f7a7c52d18d2d1f0716ea78eae1402c
Check for presence of compiler -pthread flag.

OpenBSD / FreeBSD and some other OS's require the use of
cc -pthread to link threaded programs so have QEMU's
configure script check for the presence of the flag
and use it if so.

Signed-off-by: Brad Smith <brad@comstyle.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure