Skip to content

Commit

Permalink
Autotools: Add std=c++11 automatically to the builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Algunenano authored and strk committed Feb 20, 2020
1 parent 40e2114 commit ec16c42
Show file tree
Hide file tree
Showing 3 changed files with 419 additions and 33 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ fi
dnl --------------------------------------------------------------------
dnl - Append default C++ and C flags
dnl --------------------------------------------------------------------

AX_CXX_COMPILE_STDCXX_11([noext],[mandatory])
AC_PROG_CXX
AX_CXX_COMPILE_STDCXX(11, noext, mandatory)

WARNFLAGS=""
AC_LANG_PUSH([C++])
Expand Down
Loading

0 comments on commit ec16c42

Please sign in to comment.