]> git.proxmox.com Git - mirror_qemu.git/commit - configure
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)
commit4b29ec41c82a6e6c6a50263818e81944ef522fb2
tree2cd38792108b46b573c4c40704a8d5f667877d46
parent58a06675d39955e80154c36cff5113bb30e078a7
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