----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/16392/#review31573 -----------------------------------------------------------
Given the impending C++11 support, perhaps it's better to hold off on committing this, since we'll no longer require TR1 (when clang is used). - Ben Mahler On Jan. 7, 2014, 2:18 a.m., TILL TOENSHOFF wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/16392/ > ----------------------------------------------------------- > > (Updated Jan. 7, 2014, 2:18 a.m.) > > > Review request for mesos, Benjamin Hindman, Ben Mahler, and Niklas Nielsen. > > > Bugs: MESOS-706 > https://issues.apache.org/jira/browse/MESOS-706 > > > Repository: mesos-git > > > Description > ------- > > Adds a check for TR1 within the autoconf phase (AC_HEADER_STDCXX_TR1) and > simply errors out if that fails. Users are advised to use at least gcc 4.0 > for getting over that hurdle. > > > Diffs > ----- > > configure.ac f69908a > m4/ax_cxx_header_stdcxx_tr1.m4 PRE-CREATION > > Diff: https://reviews.apache.org/r/16392/diff/ > > > Testing > ------- > > ./bootstrap ./configure (with and without TR1 headers available) > > > Thanks, > > TILL TOENSHOFF > >
