Repository: mesos Updated Branches: refs/heads/master 914be670f -> 0426155cf
Remove --without-cxx11 flag C++11 is required now. Specifying this flag makes no change in the actual compilation of mesos. Review: https://reviews.apache.org/r/26724 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/0426155c Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/0426155c Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/0426155c Branch: refs/heads/master Commit: 0426155cfaea71c9d2eda96616e9cac1daf3f2f2 Parents: 914be67 Author: Cody Maloney <[email protected]> Authored: Wed Oct 15 09:53:15 2014 -0700 Committer: Dominic Hamon <[email protected]> Committed: Wed Oct 15 09:53:15 2014 -0700 ---------------------------------------------------------------------- configure.ac | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/0426155c/configure.ac ---------------------------------------------------------------------- diff --git a/configure.ac b/configure.ac index 2b372e0..4637b2a 100644 --- a/configure.ac +++ b/configure.ac @@ -225,11 +225,6 @@ AC_ARG_ENABLE([python-dependency-install], downloaded or installed]), [without_python_deps=yes], []) -AC_ARG_WITH([cxx11], - AS_HELP_STRING([--without-cxx11], - [builds Mesos without C++11 support (deprecated)]), - [], [with_cxx11=yes]) - AC_ARG_WITH([network-isolator], AS_HELP_STRING([--with-network-isolator], [builds the network isolator]),
