Skip to content
Snippets Groups Projects
Commit d3115036 authored by Steffen Müthing's avatar Steffen Müthing
Browse files

[Autotools] Run rvalue references test required by debugallocator.hh

The behavior of DebugAllocator depends on whether the compiler supports
rvalue references, so make sure to run the corresponding test.
parent 29be3786
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ AC_DEFUN([DUNE_COMMON_CHECKS],
AC_REQUIRE([NULLPTR_CHECK])
AC_REQUIRE([SHARED_PTR])
AC_REQUIRE([VARIADIC_TEMPLATES_CHECK])
AC_REQUIRE([RVALUE_REFERENCES_CHECK])
AC_REQUIRE([DUNE_BOOST_BASE])
AC_REQUIRE([MAKE_SHARED])
AC_REQUIRE([DUNE_LINKCXX])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment