Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Check minimal compiler features (C++14).
  • Loading branch information
etr committed Mar 15, 2021
commit 011691bad543035ab0c7dae92de3043474a085d6
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ CXXFLAGS=$OLD_CXXFLAGS
AC_LANG([C++])
AC_SYS_LARGEFILE

# Minimal feature-set required
AX_CXX_COMPILE_STDCXX([14])

native_srcdir=$srcdir

AC_MSG_CHECKING([whether it is possible to compile in the same directory])
Expand Down
Loading