Repository: mesos
Updated Branches:
  refs/heads/master a40ca6e40 -> 8c72937db


Removed requirement for GTESTS to use their own tuple in libprocess.

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


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

Branch: refs/heads/master
Commit: 8c72937db94a64b06fcb331143a728fb19c134e8
Parents: a40ca6e
Author: Dominic Hamon <[email protected]>
Authored: Thu Mar 6 11:35:38 2014 -0800
Committer: Vinod Kone <[email protected]>
Committed: Thu Mar 6 11:35:38 2014 -0800

----------------------------------------------------------------------
 3rdparty/libprocess/configure.ac | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/8c72937d/3rdparty/libprocess/configure.ac
----------------------------------------------------------------------
diff --git a/3rdparty/libprocess/configure.ac b/3rdparty/libprocess/configure.ac
index 25aa5f7..88aeaad 100644
--- a/3rdparty/libprocess/configure.ac
+++ b/3rdparty/libprocess/configure.ac
@@ -161,10 +161,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