]> git.meshlink.io Git - catta/commitdiff
fix linking to pthreads library
authorLennart Poettering <lennart@poettering.net>
Wed, 5 Oct 2005 19:31:13 +0000 (19:31 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 5 Oct 2005 19:31:13 +0000 (19:31 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@701 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

common/acx_pthread.m4

index b7f692a956b9cc07bbd0f432301cfd3b4eb7d0e4..eeda301e3b3e240cd95c8fcaca79e97cc0f5d82c 100644 (file)
@@ -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 none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
+acx_pthread_flags="pthreads pthread none -Kthread -kthread lthread -pthread -pthreads -mthreads --thread-safe -mt pthread-config"
 
 # The ordering *is* (sometimes) important.  Some notes on the
 # individual items follow: