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 | 4c4cc6f414c3c31945b861e163525e740e57e861 (patch) | |
tree | 16f62dfdb8162e5a96e1afd666ed57c25fef396b | |
parent | f3776e01fb5cc2d6fc1dd244ce2acf97691542ae (diff) |
More fixes to pthread test
-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 |