From: James Zern Date: Wed, 5 Dec 2018 00:38:08 +0000 (-0800) Subject: configure: test -std=c++11 before enabling unit tests X-Git-Tag: v1.8.0~97^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9c8ae2de7b6b37951ad3e75651784dcf02b1e0cb;p=libvpx configure: test -std=c++11 before enabling unit tests since: 77fa51003 Replace deprecated scoped_ptr with unique_ptr the unit tests require a c++11 capable compiler; future versions of googletest (1.9.x) will as well, so this change was inevitable if we wanted to keep the snapshot up to date. Change-Id: Id5c646bd10fae09e7b705b7d5fad1344f2216282 --- diff --git a/configure b/configure index e0ffb55b4..cd9cbbc7a 100755 --- a/configure +++ b/configure @@ -730,18 +730,15 @@ process_toolchain() { # Some mingw toolchains don't have pthread available by default. # Treat these more like visual studio where threading in gtest # would be disabled for the same reason. - check_cxx "$@" <