Bump the C++ version from C++11 to C++17

This will allow the usage of more modern features in the future.
This commit is contained in:
Mirko Dziadzka
2024-02-09 21:57:31 +01:00
parent ca5f5163b4
commit 367a871f30
11 changed files with 14 additions and 15 deletions

View File

@@ -52,8 +52,8 @@ AC_PROG_MAKE_SET
PKG_PROG_PKG_CONFIG
# Check if the compiler is c++11 compatible.
# AX_CXX_COMPILE_STDCXX_11(,mandatory)
# Check if the compiler is c++17 compatible.
# AX_CXX_COMPILE_STDCXX_17(,mandatory)
# Check for libinjection
if ! test -f "${srcdir}/others/libinjection/src/libinjection_html5.c"; then