From 957f67c0a5bf831ff743d03548e515ddc450e8cc Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 4 May 2015 10:56:07 +0200 Subject: Switch autotools project to C++11 --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ee723fb..fa51d65 100644 --- a/configure.ac +++ b/configure.ac @@ -14,6 +14,8 @@ AC_PROG_CXX AC_PROG_LIBTOOL LT_INIT +AX_CXX_COMPILE_STDCXX_11(noext,mandatory) + AC_CHECK_LIB([m], [sin]) AC_SEARCH_LIBS([init_rs_char], [fec], [], [ -- cgit v1.2.3