-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55772/
-----------------------------------------------------------
(Updated Jan. 23, 2017, 12:32 p.m.)
Review request for mesos and Till Toenshoff.
Changes
-------
Make whitespace more awesome.
Bugs: MESOS-6606
https://issues.apache.org/jira/browse/MESOS-6606
Repository: mesos
Description
-------
See summary.
Diffs (updated)
-----
3rdparty/libprocess/configure.ac 48e3b14e3a70e8b0dc416c35997e8784d3409772
Diff: https://reviews.apache.org/r/55772/diff/
Testing
-------
Tested on OS X Sierra with both bundled clang+stdlib and versions close to
their HEADs with
$ autoreconf -fi && ./configure CXX=/usr/bin/clang++
$ autoreconf -fi && ./configure CXX=clang++ # versions from HEAD
$ autoreconf -fi && ./configure --enable-optimize CXX=/usr/bin/clang++
$ autoreconf -fi && ./configure --enable-optimize CXX=clang++ # versions
from HEAD
Thanks,
Benjamin Bannier