8000 Enable C++11 support in autoconf · unittest-cpp/unittest-cpp@898f18d · GitHub
[go: up one dir, main page]

Skip to content

Commit 898f18d

Browse files
committed
Enable C++11 support in autoconf
1 parent 962387c commit 898f18d

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)
0