Jean-Marc Lasgouttes wrote:

> Le 06/06/2016 22:26, Georg Baum a écrit :
> 
> Why do you remove the code that checks for C++11? At some time my idea
> was to do
> 
> for arg in "" "-std c++11" "-std c++0x" ; do
>    if $CXX $arg is a C++11 compiler then
>      break
> done
> if $CXX $arg is not C++11
>    ERROR(C++11 compiler not found)

Probably because I do not speak autotools language as well as I pretend;-) I 
somehow missed that this was an actual check. I committed an improved 
version which left this check intact and does now give an error message if 
no C++11 compiler is found.


Georg

Reply via email to