]> git.proxmox.com Git - mirror_qemu.git/blobdiff - configure
Check for presence of compiler -pthread flag.
[mirror_qemu.git] / configure
index 79ddcad6a091de39ed999762d54b27dd25e4d0fc..851387556c1c5368564ff264303505b5ba46f2d9 100755 (executable)
--- a/configure
+++ b/configure
@@ -1856,7 +1856,7 @@ fi
 
 ##########################################
 # pthread probe
-PTHREADLIBS_LIST="-lpthread -lpthreadGC2"
+PTHREADLIBS_LIST="-pthread -lpthread -lpthreadGC2"
 
 pthread=no
 cat > $TMPC << EOF