Skip to content
Snippets Groups Projects
Commit be518f83 authored by Markus Blatt's avatar Markus Blatt
Browse files

Fixed typo in variable name just for the sake of consistency. It had

no side effects.

[[Imported from SVN: r7451]]
parent c355509a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ AC_DEFUN([DUNE_TR1_HEADERS], [
[Prevents checking for tr1 headers like tuple, array, etc.
This might be needed for broken compilers like xlc on Blue Gene])],
[],
[enable_tr_headers=yes])
[enable_tr1_headers=yes])
AS_IF([test "x$enable_tr1_headers" != "xno"],
[AC_CHECK_HEADERS([type_traits tr1/type_traits tuple tr1/tuple])
AC_CACHE_CHECK([whether <array> C++0x is supported], dune_cv_array_cplusplus0x, [
......
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