Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 496810
Collapse All | Expand All

(-)a/m4/threads.m4 (-1 / +1 lines)
Lines 87-93 fi Link Here
87
# which indicates that we try without any flags at all, and "pthread-config"
87
# which indicates that we try without any flags at all, and "pthread-config"
88
# which is a program returning the flags for the Pth emulation library.
88
# which is a program returning the flags for the Pth emulation library.
89
89
90
acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
90
acx_pthread_flags="pthreads none -Kthread -kthread lthread pthread -pthread -pthreads -mthreads --thread-safe -mt pthread-config"
91
91
92
# The ordering *is* (sometimes) important.  Some notes on the
92
# The ordering *is* (sometimes) important.  Some notes on the
93
# individual items follow:
93
# individual items follow:

Return to bug 496810