Skip to content
Snippets Groups Projects
Commit a43a3da2 authored by Klaus Rabbertz's avatar Klaus Rabbertz
Browse files

Require full C++17 functionality also for nlojet++ interface

parent 0e4f560e
No related branches found
No related tags found
No related merge requests found
......@@ -58,10 +58,10 @@ AM_CONDITIONAL([HAVE_LIBZ],[test "x$HAVE_LIBZ" == "xtrue"])
AC_HEADER_STDBOOL
AC_C_INLINE
# Require full C++11 functionality, which has been supported by gcc since version 4.8.1
# Require full C++17 functionality, which has been supported by gcc since version 11
# If the following macro is not found, you might want to install the autoconf-archive
# package and repeat the 'autoreconf -i' step.
AX_CXX_COMPILE_STDCXX_11
AX_CXX_COMPILE_STDCXX_17
# Checks for library functions.
AC_FUNC_ERROR_AT_LINE
......
......@@ -57,7 +57,7 @@ AM_CONDITIONAL([HAVE_LIBZ],[test "x$HAVE_LIBZ" == "xtrue"])
AC_HEADER_STDBOOL
AC_C_INLINE
# Require full C++11 functionality, which has been supported by gcc since version 4.8.1
# Require full C++17 functionality, which has been supported by gcc since version 11
# If the following macro is not found, you might want to install the autoconf-archive
# package and repeat the 'autoreconf -i' step.
AX_CXX_COMPILE_STDCXX_17
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment