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

enable tr1 headers if not explicitly disabled (this is the semantics described

the the help string)

[[Imported from SVN: r5653]]
parent 1b4b554a
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ AC_DEFUN([DUNE_COMMON_CHECKS],
AS_HELP_STRING([--disable-tr1-headers],
[Prevents checking for tr1 headers like tuple, array, etc.
This might be needed for broken compilers like xlc on Blue Gene]))
AS_IF([test "x$enable_tr1_headers" = "xyes"],[
AS_IF([test "x$enable_tr1_headers" != "xno"],[
AC_CHECK_HEADERS([type_traits tr1/type_traits array tr1/array tuple tr1/tuple])
])
......
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