0
0
Fork 0
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:
Jason Volk 2017-10-15 21:40:48 -07:00
parent 61eb6d34df
commit dc03f91022

View file

@ -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 ***************************************************************************