diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-27 10:17:49 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-09-27 10:17:49 +0200 |
commit | fc1dda8b6cf5be67beac3ba387c646a26238bc66 (patch) | |
tree | abb18704e4f5c2dac33354ddd9ce0c36b8553c82 /m4 | |
parent | 8534cc970698d99c875cf6fc7be5cffbc4a5768a (diff) |
More fixes to pthread test
Diffstat (limited to 'm4')
-rw-r--r-- | m4/acx-pthread.m4 | 4 |
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 |