Browse Source

Update configure script for clang

pull/498/head
Max Lv 9 years ago
parent
commit
c065e9a434
2 changed files with 0 additions and 8 deletions
  1. 4
      configure
  2. 4
      m4/ax_pthread.m4

4
configure

@ -15224,10 +15224,6 @@ case ${host_os} in
ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
;;
darwin*)
ax_pthread_flags="-pthread $ax_pthread_flags"
;;
esac
# Clang doesn't consider unrecognized options an error unless we specify

4
m4/ax_pthread.m4

@ -158,10 +158,6 @@ case ${host_os} in
ax_pthread_flags="-pthreads pthread -mt -pthread $ax_pthread_flags"
;;
darwin*)
ax_pthread_flags="-pthread $ax_pthread_flags"
;;
esac
# Clang doesn't consider unrecognized options an error unless we specify

Loading…
Cancel
Save