From be518f833ad9a8021a479d1f463765fc2bab301a Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Wed, 24 Apr 2013 18:20:42 +0000 Subject: [PATCH] Fixed typo in variable name just for the sake of consistency. It had no side effects. [[Imported from SVN: r7451]] --- m4/dune_tr1_headers.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/dune_tr1_headers.m4 b/m4/dune_tr1_headers.m4 index 6f7fd2c6a..e1f2c8a7f 100644 --- a/m4/dune_tr1_headers.m4 +++ b/m4/dune_tr1_headers.m4 @@ -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, [ -- GitLab