Update C++ compiler check to require C++17 (#2862)
commitebf7d80f6ba645e44bbc235efeda49c78ffccc1a
authorMatthew Brush <matt@geany.org>
Tue, 7 Sep 2021 00:17:58 +0000 (6 17:17 -0700)
committerGitHub <noreply@github.com>
Tue, 7 Sep 2021 00:17:58 +0000 (7 10:17 +1000)
tree45f41dc444c5fd76b48b9ed8cd12032495fde3cd
parent6d9e24e78d053758f3db682ff1af3231159608f6
Update C++ compiler check to require C++17 (#2862)
configure.ac
m4/ax_cxx_compile_stdcxx.m4 [new file with mode: 0644]
m4/ax_cxx_compile_stdcxx_11.m4 [deleted file]
m4/ax_cxx_compile_stdcxx_17.m4 [new file with mode: 0644]