From 5a4e2b15805ba72c83779ffbb066c43f90881b69 Mon Sep 17 00:00:00 2001 From: Gennadiy Civil Date: Tue, 25 Sep 2018 16:29:31 -0700 Subject: Update configure.ac --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index 02c637b0..2776c4fe 100644 --- a/configure.ac +++ b/configure.ac @@ -12,5 +12,8 @@ AC_CONFIG_SUBDIRS([googletest googlemock]) AM_INIT_AUTOMAKE +# Check for C++11 +AX_CXX_COMPILE_STDCXX_11(,mandatory) + # Output the generated files. No further autoconf macros may be used. AC_OUTPUT -- cgit v1.2.3