From: James Zern Date: Wed, 19 Jun 2013 02:19:20 +0000 (-0700) Subject: test_libvpx: disable pthreads in gtest X-Git-Tag: v1.3.0~1072^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90a9900abb79fabfd44189a959d14ca677c2777a;p=libvpx 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 --- diff --git a/configure b/configure index 28676fbc6..1ac018ca2 100755 --- a/configure +++ b/configure @@ -683,7 +683,7 @@ process_toolchain() { # x86 targets. ;; *) - enabled pthread_h && check_cxx "$@" <