Skip to content

Commit

Permalink
Updated to require that C++ compiler support at least C++14.
Browse files Browse the repository at this point in the history
  • Loading branch information
crayzeewulf committed Oct 5, 2018
1 parent cdd4c7c commit cafeffa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -21,8 +21,8 @@ AC_PROG_LIBTOOL
AC_PROG_LN_S
AC_PROG_MAKE_SET

dnl LibSerial now requires at least C++11 features in the compiler.
AX_CXX_COMPILE_STDCXX_11(noext, mandatory)
dnl LibSerial now requires at least C++14 features in the compiler.
AX_CXX_COMPILE_STDCXX(14, noext, mandatory)

AC_CHECK_PROG(DOCBOOK2PDF, docbook2pdf, docbook2pdf, no)

Expand Down

0 comments on commit cafeffa

Please sign in to comment.