Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix pthread detection on Fedora.
For some reason, it would abort before reaching the correct option, so
move that earlier.
  • Loading branch information
cybersphinx committed Jan 14, 2012
1 parent 4219e43 commit eadfb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/acx_pthread.m4
Expand Up @@ -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:
Expand Down

0 comments on commit eadfb8a

Please sign in to comment.