From b6e8b25cebff79eae373ebfe54cd9f2f94a1f94c Mon Sep 17 00:00:00 2001 From: Jan Kessler Date: Tue, 5 Feb 2019 20:11:43 +0100 Subject: [PATCH] Small configure.ac change that was used on Oculus cluster --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6847995..edd50a1 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,7 @@ AC_PROG_LN_S AC_PROG_RANLIB # check for c++11 support (and add compiler flag) -AX_CXX_COMPILE_STDCXX(11, noext, mandatory) +#AX_CXX_COMPILE_STDCXX(11, ext, mandatory) # check for valgrind AX_VALGRIND_CHECK