From: James Zern Date: Thu, 20 Jun 2013 19:49:15 +0000 (-0700) Subject: Revert "test_libvpx: disable pthreads in gtest" X-Git-Tag: v1.3.0~1055^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2dc38256d44fcb60ef28779c073a75aefc3fd4d;p=libvpx Revert "test_libvpx: disable pthreads in gtest" This reverts commit 90a9900abb79fabfd44189a959d14ca677c2777a Seems to break the Mac build: src/include/gtest/internal/gtest-port.h:1208:: pthread_mutex_lock(&mutex_)failed with error 22 Abort trap: 6 Change-Id: Icbe31161d7c27f1b0a28d33409e7712430bbf0ae --- diff --git a/configure b/configure index 1ac018ca2..28676fbc6 100755 --- a/configure +++ b/configure @@ -683,7 +683,7 @@ process_toolchain() { # x86 targets. ;; *) - check_cxx "$@" <