From 95914e33960d88bdd9345028fc495f912c047701 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 27 Sep 2010 10:17:49 +0200 Subject: More fixes to pthread test --- m4/acx-pthread.m4 | 4 ---- 1 file changed, 4 deletions(-) (limited to 'm4') 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 -- cgit v1.1