Skip to content
Snippets Groups Projects
Commit f21800b0 authored by Markus Blatt's avatar Markus Blatt
Browse files

Use HAVE_DUNE_BOOST instead of HAVE_BOOST

[[Imported from SVN: r7425]]
parent c8eb081a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
#include <tr1/functional>
#endif
#if HAVE_BOOST
#if HAVE_DUNE_BOOST
#include <boost/version.hpp>
......@@ -26,7 +26,7 @@
#endif // !HAVE_STD_HASH && !HAVE_TR1_HASH
#endif // BOOST_VERSION >= 103400
#endif // HAVE_BOOST
#endif // HAVE_DUNE_BOOST
/**
* \file
......
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