Skip to content
Snippets Groups Projects
Commit 3ac0227a authored by Martin Nolte's avatar Martin Nolte
Browse files

port 5430 from release

[[Imported from SVN: r5434]]
parent 3021723f
No related branches found
No related tags found
No related merge requests found
......@@ -51,8 +51,7 @@ AC_DEFUN([DUNE_COMMON_CHECKS],
[Prevents checking for tr1 headers like tuple, array, etc.
This might be needed for broken compilers like xlc on Blue Gene]),
[], [
AC_CHECK_HEADERS([type_traits tr1/type_traits
array tr1/array tuple tr1/tuple])
AC_CHECK_HEADERS([type_traits tr1/type_traits array tr1/array tuple tr1/tuple])
])
AC_LANG_POP([C++])
......
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