Merge branch 'cpp11test' into 'master'
Fix test of '-std=c++11' compilation flag See merge request gambas/gambas!41
This commit is contained in:
commit
e0ae589963
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue