configure: test -std=c++11 before enabling unit tests
authorJames Zern <jzern@google.com>
Wed, 5 Dec 2018 00:38:08 +0000 (16:38 -0800)
committerJames Zern <jzern@google.com>
Wed, 5 Dec 2018 00:38:08 +0000 (16:38 -0800)
commit9c8ae2de7b6b37951ad3e75651784dcf02b1e0cb
tree9219983206fc0911761f6105993aaa5e8ac9d795
parentc6a89211724ca80c7c39a32167d3de6fd0c2c1bf
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
configure