Merge "vpx.pc: add missing library for static links"
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 @@
     # 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