From 4180dfd93c59de63a35f0b0ab44ad76b01a6d572 Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Thu, 9 Aug 2012 12:54:09 +0200 Subject: [PATCH] configure: check for pthreads building on windows with gcc Change-Id: I737361fa9911c11017af971a80c2ffad20b01d03 --- build/make/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make/configure.sh b/build/make/configure.sh index e5166f8..26eb864 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 -- 2.7.4