X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=common%2Facx_pthread.m4;h=b7f692a956b9cc07bbd0f432301cfd3b4eb7d0e4;hb=d4d2f194bfd971eef1eff8631d499ca894c53f4a;hp=eeda301e3b3e240cd95c8fcaca79e97cc0f5d82c;hpb=3a3534e764f45e03e97a33c91e2f21b894e24dbb;p=catta diff --git a/common/acx_pthread.m4 b/common/acx_pthread.m4 index eeda301..b7f692a 100644 --- a/common/acx_pthread.m4 +++ b/common/acx_pthread.m4 @@ -83,7 +83,7 @@ fi # 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 pthread none -Kthread -kthread lthread -pthread -pthreads -mthreads --thread-safe -mt pthread-config" +acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config" # The ordering *is* (sometimes) important. Some notes on the # individual items follow: