From 653ce3550d18a07194a4c3bb9b4a3d260ed842cd Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sat, 13 Jul 2019 18:33:40 -0400 Subject: Require C++-11 Includes updates to m4/ax_cxx_compile_stdcxx.m4 to make it work with msvc, which supports C++-11 with no flags but doesn't set __cplusplus to a recent value. --- aclocal.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'aclocal.m4') diff --git a/aclocal.m4 b/aclocal.m4 index 1ffc46ab..e8d099d4 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -12,6 +12,7 @@ # PARTICULAR PURPOSE. m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +m4_include([m4/ax_cxx_compile_stdcxx.m4]) m4_include([m4/ax_random_device.m4]) m4_include([m4/libtool.m4]) m4_include([m4/ltoptions.m4]) -- cgit v1.2.3-54-g00ecf