From abe368dbd64747790ba7b85121cff80cf9b2d309 Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Fri, 9 May 2014 11:04:26 +0000 Subject: [PATCH] [autotools] Don't call CXX0X anymore. It is gone in Dune's master. It is called by dune-common anyway, like it's replacement CXX11. (reviewed by bernd) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@12820 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- m4/cxx0x_constexpr.m4 | 1 - 1 file changed, 1 deletion(-) diff --git a/m4/cxx0x_constexpr.m4 b/m4/cxx0x_constexpr.m4 index c9fe9c5278..77f8f35df3 100644 --- a/m4/cxx0x_constexpr.m4 +++ b/m4/cxx0x_constexpr.m4 @@ -1,6 +1,5 @@ AC_DEFUN([CONSTEXPR_CHECK],[ AC_REQUIRE([AC_PROG_CXX]) - AC_REQUIRE([GXX0X]) AC_LANG_PUSH([C++]) AC_MSG_CHECKING([whether constexpr is supported]) AC_COMPILE_IFELSE( -- GitLab