From: Andoni Morales Alastruey Date: Thu, 9 Aug 2012 10:54:09 +0000 (+0200) Subject: configure: check for pthreads building on windows with gcc X-Git-Tag: v1.2.0~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4180dfd93c59de63a35f0b0ab44ad76b01a6d572;p=libvpx configure: check for pthreads building on windows with gcc Change-Id: I737361fa9911c11017af971a80c2ffad20b01d03 --- diff --git a/build/make/configure.sh b/build/make/configure.sh index e5166f844..26eb8648f 100755 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -1143,7 +1143,7 @@ EOF # Almost every platform uses pthreads. if enabled multithread; then case ${toolchain} in - *-win*);; + *-win*-vs*);; *-android-gcc);; *) check_header pthread.h && add_extralibs -lpthread esac