Sophie

Sophie

distrib > Mandriva > 2010.2 > x86_64 > by-pkgid > d10cab7ef0c5a97b414f3a17718af93d > files > 2

OpenEXR-1.6.1-5mdv2010.1.src.rpm

diff -Naur openexr-1.6.0/m4/threads.m4 openexr-1.6.0.tpg/m4/threads.m4
--- openexr-1.6.0/m4/threads.m4	2007-01-24 03:01:33.000000000 +0000
+++ openexr-1.6.0.tpg/m4/threads.m4	2007-10-21 16:03:05.000000000 +0000
@@ -87,7 +87,7 @@
 # which indicates that we try without any flags at all, and "pthread-config"
 # which is a program returning the flags for the Pth emulation library.
 
-acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
+acx_pthread_flags="pthreads none -Kthread -kthread lthread pthread -pthread -pthreads -mthreads --thread-safe -mt pthread-config"
 
 # The ordering *is* (sometimes) important.  Some notes on the
 # individual items follow: