]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
gtest: disable tr1/tuple
authorNoah Watkins <noahwatkins@gmail.com>
Sun, 29 Dec 2013 18:01:38 +0000 (10:01 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Sun, 29 Dec 2013 21:32:00 +0000 (13:32 -0800)
commit424d7c78139a41f02ebc8f1a8da42e23569b86f8
treeae6f10fb5682d918c5940657095a1b8c3b5df238
parent0c09abd9cc30494c5137dac56d03c6d64d1c6a1d
gtest: disable tr1/tuple

Not all compilers are supporting tr1/tuple. This forces libgtest to use
an internal implementation of tuple. Alternatively, the newer 1.6
version of gtest may correctly handle this case automatically.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/Makefile-env.am
src/gtest/Makefile.am