mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
configure.ac: *sigh* have to bump to c++17 for now, but with an SD-6 of 201411.
This commit is contained in:
parent
61eb6d34df
commit
dc03f91022
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ AC_PROG_CXX
|
|||
AC_PROG_CXX_C_O
|
||||
AC_LANG(C++)
|
||||
AC_CONFIG_HEADER(include/ircd/config.h)
|
||||
AX_CXX_COMPILE_STDCXX([14], [gnu], [mandatory], 201300)
|
||||
AX_CXX_COMPILE_STDCXX([17], [gnu], [mandatory], 201411)
|
||||
|
||||
|
||||
dnl ***************************************************************************
|
||||
|
|
Loading…
Reference in a new issue