Fix pthread detection on Fedora.

For some reason, it would abort before reaching the correct option, so
move that earlier.
master
cybersphinx 2012-01-15 00:21:50 +01:00
parent 4219e43bcc
commit eadfb8a059
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,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: