summaryrefslogtreecommitdiff
path: root/aclocal/ax_cxx_compile_stdcxx_11.m4
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-4295: rework the docker build images, updating them and tuning the ↵James E. King, III2017-09-041-143/+17
| | | | | | travis builds This closes #1340
* THRIFT-3113 m4 C++11 macro issueGustavo Zacarias2015-04-261-7/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it cross-compile happy the hard way, there's no clean way. Make zlib version detection cross-compile happy. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Romain Naour <romain.naour@openwide.fr> autotools: update ax_cxx_compile_stdcxx_11.m4 to version 10 The ax_cxx_compile_stdcxx_11 macro bundled in thrift package is brocken [1] and out of date. Since Thrift actually doesn't use that particular C++11 feature, make C++11 support optional. [1] https://savannah.gnu.org/patch/index.php?8287 Fixes: [thrift] http://autobuild.buildroot.net/results/21e/21e3fff1e0d714f94ac7e621289d1a59bc02a05f/build-end.log [host-thrift] http://autobuild.buildroot.net/results/b89/b89ffc2bff699eb10bb6abd92369a43d4900354d/build-end.log Signed-off-by: Romain Naour <romain.naour@openwide.fr> This closes: #462
* Thrift-2229:thrift failed to build on OSX 10.9 GMjfarrell2014-01-141-0/+134
Client: build Patch: jfarrell, bcraig, Hans Duedal Final patch which automates std c++11 detection and flag addition.