Skip to content

Commit

Permalink
move back to C++11
Browse files Browse the repository at this point in the history
  • Loading branch information
aberaud committed May 18, 2016
1 parent fc6e884 commit bad5321
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 74 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ AS_IF([test "x$SYS" = "xandroid"],
LT_INIT()
LT_LANG(C++)

AX_CXX_COMPILE_STDCXX(14,[noext],[mandatory])
AX_CXX_COMPILE_STDCXX(11,[noext],[mandatory])

PKG_PROG_PKG_CONFIG()
PKG_CHECK_MODULES([nettle], [nettle >= 2.4])
Expand Down
39 changes: 0 additions & 39 deletions m4/ax_cxx_compile_stdcxx_11.m4

This file was deleted.

34 changes: 0 additions & 34 deletions m4/ax_cxx_compile_stdcxx_14.m4

This file was deleted.

0 comments on commit bad5321

Please sign in to comment.