Skip to content

Commit 073a1ea

Browse files
committed
Enable C++11 support in autoconf
1 parent adebd83 commit 073a1ea

File tree

3 files changed

+599
-0
lines changed

3 files changed

+599
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ AC_SUBST([LIBUNITTEST_SO_VERSION], [1:5:1])
1919
AC_PROG_CXX
2020
AC_PROG_CC
2121

22+
AX_CXX_COMPILE_STDCXX_11(noext, optional)
23+
2224
# Checks for libraries.
2325

2426
# Checks for header files.

0 commit comments

Comments
 (0)