summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-25 01:19:31 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-25 01:19:31 +0000
commitdf28cc51c00a958d25f7ebd7b5b0d7fb9af0b8e1 (patch)
tree20ed9d5e683ddac59f824a9ffffe04c8fa46ce3c /common
parent14b8e77f72911a2e33312a1a9860d5c2672992b6 (diff)
Fix compilation with -pthread
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1034 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'common')
-rw-r--r--common/acx_pthread.m42
1 files changed, 1 insertions, 1 deletions
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: