From f2dc38256d44fcb60ef28779c073a75aefc3fd4d Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 20 Jun 2013 12:49:15 -0700 Subject: [PATCH] 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 --- configure | 2 +- libs.mk | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 1ac018c..28676fb 100755 --- a/configure +++ b/configure @@ -683,7 +683,7 @@ process_toolchain() { # x86 targets. ;; *) - check_cxx "$@" <