Fix test of '-std=c++11' compilation flag

This commit is contained in:
bgermann 2018-09-25 19:20:39 +02:00
parent 1f63103731
commit c809886f7b

View file

@ -348,7 +348,7 @@ AC_DEFUN([GB_INIT],
dnl ---- check for -std=c++11 compiler flag
GB_CFLAGS_GCC_OPTION([-std=c++11],,
GB_CXXFLAGS_GCC_OPTION([-std=c++11],,
[
GB_CXXFLAGS_STD_CPP11=" -std=c++11"
have_gcc_std_cpp11x=yes