Merge branch 'cpp11test' into 'master'

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

See merge request gambas/gambas!41
This commit is contained in:
Benoît Minisini 2018-09-29 09:34:53 +00:00
commit e0ae589963

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