From 5925e5339d070c511cd00fc53aad1a521270333c Mon Sep 17 00:00:00 2001
From: Jorrit Fahlke <joe@dune-project.org>
Date: Thu, 7 Oct 2010 19:31:24 +0000
Subject: [PATCH] [DUNE_BOOST_FUSION] Include "_cv_" in the autconf cache-id
 like the warning message says.

[[Imported from SVN: r6158]]
---
 m4/boost_fusion.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/boost_fusion.m4 b/m4/boost_fusion.m4
index 0857abed3..c133cfbd7 100644
--- a/m4/boost_fusion.m4
+++ b/m4/boost_fusion.m4
@@ -11,7 +11,7 @@ AC_DEFUN([DUNE_BOOST_FUSION],
         export LDFLAGS
 
         AC_CACHE_CHECK(whether the Boost::FUSION library is available,
-                               dune_boost_fusion,
+                               dune_cv_boost_fusion,
                                [AC_LANG_PUSH([C++])
                                AC_COMPILE_IFELSE(AC_LANG_PROGRAM([[ @%:@include <boost/fusion/container.hpp>
                                   ]],
-- 
GitLab