From c065e9a434759a0c5a5924adcd1c2a6f06778b92 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Fri, 25 Dec 2015 14:52:27 +0800 Subject: [PATCH] Update configure script for clang --- configure | 4 ---- m4/ax_pthread.m4 | 4 ---- 2 files changed, 8 deletions(-) diff --git a/configure b/configure index b10a994e..6040f384 100755 --- a/configure +++ b/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 diff --git a/m4/ax_pthread.m4 b/m4/ax_pthread.m4 index d383ad5c..0b2718f3 100644 --- a/m4/ax_pthread.m4 +++ b/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