Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 271509 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-4 / +4 lines)
Line  Link Here
0
-- m4/acx_pthread.m4
0
++ m4/acx_pthread.m4
Lines 99-105 Link Here
99
# which indicates that we try without any flags at all, and "pthread-config"
99
# which indicates that we try without any flags at all, and "pthread-config"
100
# which is a program returning the flags for the Pth emulation library.
100
# which is a program returning the flags for the Pth emulation library.
101
101
102
acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
102
acx_pthread_flags="pthreads none pthread -Kthread -kthread lthread -pthread -pthreads -mthreads --thread-safe -mt pthread-config"
103
103
104
# The ordering *is* (sometimes) important.  Some notes on the
104
# The ordering *is* (sometimes) important.  Some notes on the
105
# individual items follow:
105
# individual items follow:
106
-- gtest/m4/acx_pthread.m4
106
++ gtest/m4/acx_pthread.m4
Lines 99-105 Link Here
99
# which indicates that we try without any flags at all, and "pthread-config"
99
# which indicates that we try without any flags at all, and "pthread-config"
100
# which is a program returning the flags for the Pth emulation library.
100
# which is a program returning the flags for the Pth emulation library.
101
101
102
acx_pthread_flags="pthreads none -Kthread -kthread lthread -pthread -pthreads -mthreads pthread --thread-safe -mt pthread-config"
102
acx_pthread_flags="pthreads none pthread -Kthread -kthread lthread -pthread -pthreads -mthreads --thread-safe -mt pthread-config"
103
103
104
# The ordering *is* (sometimes) important.  Some notes on the
104
# The ordering *is* (sometimes) important.  Some notes on the
105
# individual items follow:
105
# individual items follow:

Return to bug 271509