fix clang using -pthreads flags on lion or greater

This commit is contained in:
toddouska 2012-12-24 14:37:03 -08:00
parent 76bbcbb7b2
commit 6b15443a3b
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ case ${host_os} in
ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
;;
darwin12*)
darwin12* | darwin11.4*)
ax_pthread_flags="$ax_pthread_flags"
;;