From 71ac26a128495f261f9d353aa7f5b1e82baab5fc Mon Sep 17 00:00:00 2001 From: Jorrit Fahlke <joe@dune-project.org> Date: Thu, 7 Oct 2010 19:39:59 +0000 Subject: [PATCH] Really include "_cv_" in all instances of dune_boost_fusion. (Oops) [[Imported from SVN: r6159]] --- 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 c133cfbd7..645170587 100644 --- a/m4/boost_fusion.m4 +++ b/m4/boost_fusion.m4 @@ -19,7 +19,7 @@ AC_DEFUN([DUNE_BOOST_FUSION], boost::fusion::vector<int,char,double> v; return 0; ]]), - dune_boost_fusion=yes, dune_boost_fusion=no) + dune_cv_boost_fusion=yes, dune_cv_boost_fusion=no) AC_LANG_POP([C++])]) if test "x$dune_boost_filesystem" = "xyes"; then AC_DEFINE(HAVE_BOOST_FUSION,,[define if the Boost::Fusion headers are available]) -- GitLab