]> git.ipfire.org Git - thirdparty/squid.git/commit
C++11: cleanup compiler flag detection logics
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 10 Nov 2014 08:42:54 +0000 (00:42 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 10 Nov 2014 08:42:54 +0000 (00:42 -0800)
commite4dffe5ada7a5b4723646d0ca17d0079671178ea
treeec0ab17e783f9c47d1f4ff1a0687186fc86c19e9
parent47901e848f83cec92340bfc25df48ddc51326f3a
C++11: cleanup compiler flag detection logics

Annotate what GCC version is required to pass the -std=c++11 and
-std=c++0x feature detection tests.

Disable the tests for features we do not use that require GCC 4.5+.
This should allow Squid to continue building on older OS and compilers
at least until we start using those features.
acinclude/ax_cxx_compile_stdcxx_11.m4