aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTom Tsou <tom.tsou@ettus.com>2017-06-09 11:15:58 -0700
committerTom Tsou <tom.tsou@ettus.com>2017-06-09 11:19:20 -0700
commit8ca237b5c2291f2ff18bf993ae4a7e092fd3c131 (patch)
tree7694b6618122c0002422d68c195a8f0892089b5d /configure.ac
parent082bbbf8feec0a9a86d7484476e768971fe3b646 (diff)
build: Require and check for gcc C++11 support
It is now 2017. We can and should be able to use C++11 features now. Change-Id: I96477e4125390b17b43a3705bb1daf98fa01c9bb Signed-off-by: Tom Tsou <tom.tsou@ettus.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8ddd07d..8cfd25d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_PROG_AS
AC_PROG_CXX
+AX_CXX_COMPILE_STDCXX_11
AC_PROG_LN_S
AC_PROG_MAKE_SET
AC_PROG_INSTALL