Was: configure+mesa/st: As Emil pointed out, adding a test for C++11 for only one test is not very nice, and since swr and clover already did distinct checks for this, I propose to unify these tests and base compilation and running the mesa/st/tests one the same test.
The second patch then adds a test to see whether the mesa/st tests are not build with a compilet that doesn't offer -std=c++11 support. Best, Gert -- - Submitter has no mesa-git write access Gert Wollny (2): configure+mesa/st: unify check for -std=c++11 support and enable accordingly travis: Add test for gcc-4.4 compiler tool chain .travis.yml | 34 + configure.ac | 13 +- m4/ax_cxx_compile_stdcxx.m4 | 987 ++++++++++++++++++++++++++ src/gallium/drivers/swr/Makefile.am | 4 +- src/gallium/state_trackers/clover/Makefile.am | 6 +- src/mesa/state_tracker/tests/Makefile.am | 7 +- 6 files changed, 1038 insertions(+), 13 deletions(-) create mode 100644 m4/ax_cxx_compile_stdcxx.m4 -- 2.13.5 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev