Repository: mesos
Updated Branches:
  refs/heads/master 5f46778bb -> 2250b2084


Removed define for gtests to use its own tr1 tuple.

gtest's tr1::tuple conficts with std::tr1::tuple for gcc-4.4. However,
we use tuple throughout mesos so we assume tr1::tuple or tuple is
available. As such, we don't need gtest to define one.

Review: https://reviews.apache.org/r/18722


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/2250b208
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/2250b208
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/2250b208

Branch: refs/heads/master
Commit: 2250b20840107f80a2cbf56aa96443f1d075e8f8
Parents: 5f46778
Author: Dominic Hamon <[email protected]>
Authored: Wed Mar 5 17:06:20 2014 -0800
Committer: Vinod Kone <[email protected]>
Committed: Wed Mar 5 17:06:20 2014 -0800

----------------------------------------------------------------------
 configure.ac | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/2250b208/configure.ac
----------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index a84b960..91ddf57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -624,10 +624,6 @@ if test "x$with_cxx11" = "xyes"; then
     ;;
   esac
 
-  # Force gtest to use it's own tuple implementation since 'tr1/tuple'
-  # might not exist (for example, if building with clang).
-  CXXFLAGS="-DGTEST_USE_OWN_TR1_TUPLE=1 $CXXFLAGS"
-
   # Also pass the flags to 3rdparty libraries.
   CONFIGURE_ARGS="$CONFIGURE_ARGS CXXFLAGS='$CXXFLAGS'"
 fi

Reply via email to