Skip to content

Commit

Permalink
Enable C++11 support in autoconf
Browse files Browse the repository at this point in the history
  • Loading branch information
pjohnmeyer committed Feb 24, 2016
1 parent adebd83 commit 073a1ea
Show file tree
Hide file tree
Showing 3 changed files with 599 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ AC_SUBST([LIBUNITTEST_SO_VERSION], [1:5:1])
AC_PROG_CXX
AC_PROG_CC

AX_CXX_COMPILE_STDCXX_11(noext, optional)

# Checks for libraries.

# Checks for header files.
Expand Down
Loading

0 comments on commit 073a1ea

Please sign in to comment.