From 3a3534e764f45e03e97a33c91e2f21b894e24dbb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 5 Oct 2005 19:31:13 +0000 Subject: fix linking to pthreads library git-svn-id: file:///home/lennart/svn/public/avahi/trunk@701 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- common/acx_pthread.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/acx_pthread.m4 b/common/acx_pthread.m4 index b7f692a..eeda301 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 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: -- cgit