Skip to content

Commit cd91b8f

Browse files
authored
Check minimal compiler features (C++14) (#227)
1 parent b38ed58 commit cd91b8f

File tree

2 files changed

+967
-0
lines changed

2 files changed

+967
-0
lines changed

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ CXXFLAGS=$OLD_CXXFLAGS
4343
AC_LANG([C++])
4444
AC_SYS_LARGEFILE
4545

46+
# Minimal feature-set required
47+
AX_CXX_COMPILE_STDCXX([14])
48+
4649
native_srcdir=$srcdir
4750

4851
AC_MSG_CHECKING([whether it is possible to compile in the same directory])

0 commit comments

Comments
 (0)