]> granicus.if.org Git - libvpx/commitdiff
configure: check for pthreads building on windows with gcc
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Thu, 9 Aug 2012 10:54:09 +0000 (12:54 +0200)
committerAndoni Morales Alastruey <ylatuya@gmail.com>
Thu, 9 Aug 2012 10:54:09 +0000 (12:54 +0200)
Change-Id: I737361fa9911c11017af971a80c2ffad20b01d03

build/make/configure.sh

index e5166f8448b3e1dc3737bc4fb475f655a941f81c..26eb8648f00c05ad2ea357e8c78174e3c808e24a 100755 (executable)
@@ -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