-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16392/
-----------------------------------------------------------
(Updated Dec. 20, 2013, 10:42 a.m.)
Review request for mesos.
Changes
-------
Fixed issues of first review
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 (updated)
-----
configure.ac f69908a
m4/ac_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