Skip to content
Snippets Groups Projects
Commit 71ac26a1 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

Really include "_cv_" in all instances of dune_boost_fusion. (Oops)

[[Imported from SVN: r6159]]
parent 5925e533
No related branches found
No related tags found
No related merge requests found
......@@ -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])
......
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