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

[DUNE_BOOST_FUSION] While at it, fix the confusion between Boost.Fusion and

Boost.Filesystem.

[[Imported from SVN: r6160]]
parent 71ac26a1
Branches
Tags
No related merge requests found
......@@ -21,7 +21,7 @@ AC_DEFUN([DUNE_BOOST_FUSION],
]]),
dune_cv_boost_fusion=yes, dune_cv_boost_fusion=no)
AC_LANG_POP([C++])])
if test "x$dune_boost_filesystem" = "xyes"; then
if test "x$dune_cv_boost_fusion" = "xyes"; then
AC_DEFINE(HAVE_BOOST_FUSION,,[define if the Boost::Fusion headers are available])
fi
CPPFLAGS="$CPPFLAGS_SAVED"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment