aboutsummaryrefslogtreecommitdiff
path: root/build-aux/m4/ax_cxx_compile_stdcxx.m4
AgeCommit message (Collapse)Author
2017-02-22build: force a c++ standard to be specifiedCory Fields
Newer compilers may switch to newer standards by default. For example, gcc6 uses std=gnu++14 by default.
2016-04-28build: update ax_cxx_compile_stdcxx to serial 4Wladimir J. van der Laan
2016-04-26build: Enable C++11 build, require C++11 compilerWladimir J. van der Laan
Implements #6211.