]> git.proxmox.com Git - qemu.git/commit
configure: Don't rely on special pthreads library
authorAndreas Färber <andreas.faerber@web.de>
Sun, 19 Sep 2010 22:50:44 +0000 (00:50 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 3 Oct 2010 06:31:14 +0000 (06:31 +0000)
commitbd00d539d36520e8a50821b40c72d3f9311c1fc5
treebd4e6c5792b5eba82c270856432050c6e7fd9352
parent179cf40000d91ea69f30b7337fa055a775523bf5
configure: Don't rely on special pthreads library

Haiku has pthreads integrated into its libroot.so library. No linker arguments
are needed for it, so don't fail if -lpthread and similar don't link.

Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
configure