From 90a9900abb79fabfd44189a959d14ca677c2777a Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 18 Jun 2013 19:19:20 -0700 Subject: [PATCH] test_libvpx: disable pthreads in gtest currently threading is internal to libvpx so thread safety is unneeded in libgtest -- visual studio builds already operate in this way as they do not have pthread.h available by default. this removes an unconditional link to libpthread using $(extralibs) should libvpx require it. Change-Id: Ieae1d693406653a54b54fba818c598836797d33b --- configure | 2 +- libs.mk | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 28676fb..1ac018c 100755 --- a/configure +++ b/configure @@ -683,7 +683,7 @@ process_toolchain() { # x86 targets. ;; *) - enabled pthread_h && check_cxx "$@" <