aboutsummaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-09-27 10:17:49 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-09-27 10:17:49 +0200
commit287b755c8c6a07aa7fec0f088a2a4be1e094aa15 (patch)
tree469223118503f21fbd76b9319db0b441041334aa /m4
parent94163c100d59af33679ba1898c729836c7590caf (diff)
More fixes to pthread test
Diffstat (limited to 'm4')
-rw-r--r--m4/acx-pthread.m44
1 files changed, 0 insertions, 4 deletions
diff --git a/m4/acx-pthread.m4 b/m4/acx-pthread.m4
index 4be477f..ffa3dfa 100644
--- a/m4/acx-pthread.m4
+++ b/m4/acx-pthread.m4
@@ -133,10 +133,6 @@ case "${host_cpu}-${host_os}" in
#
acx_pthread_flags="-mt -pthreads pthread -pthread $acx_pthread_flags"
;;
-
- *-darwin*)
- acx_pthread_flags="-pthread $acx_pthread_flags"
- ;;
esac
if test x"$acx_pthread_ok" = xno; then