mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
c++17 accepted
This commit is contained in:
parent
d34b207eab
commit
c7cb37e970
@ -41,7 +41,7 @@ AC_PROG_RANLIB
|
|||||||
|
|
||||||
############### Get compiler informations
|
############### Get compiler informations
|
||||||
AC_LANG([C++])
|
AC_LANG([C++])
|
||||||
AX_CXX_COMPILE_STDCXX(14,noext,mandatory)
|
AX_CXX_COMPILE_STDCXX(17,noext,mandatory)
|
||||||
AX_COMPILER_VENDOR
|
AX_COMPILER_VENDOR
|
||||||
AC_DEFINE_UNQUOTED([CXX_COMP_VENDOR],["$ax_cv_cxx_compiler_vendor"],
|
AC_DEFINE_UNQUOTED([CXX_COMP_VENDOR],["$ax_cv_cxx_compiler_vendor"],
|
||||||
[vendor of C++ compiler that will compile the code])
|
[vendor of C++ compiler that will compile the code])
|
||||||
|
Loading…
Reference in New Issue
Block a user