Disable build kluge that is no longer pertinent

The <have_boost_redef.hpp> header was introduced (commit 82369f9) as
a work-around for a particular interaction in the Autotools-based
setup of OPM-Core and the Dune core modules.  Notably, Dune's
"Enable" trick for Boost failed on some older Autoconf systems.  Now
that we're using CMake, however, that kluge is no longer needed
because we (OPM-Core) always

  #define HAVE_BOOST 1

i.e., as an explict true/false value.

Therefore, we need no longer include <have_boost_redef.hpp> .  The
header will be removed at a later time.
This commit is contained in:
Bård Skaflestad 2013-06-20 23:14:39 +02:00
parent b6db8534d8
commit ba2df2d25b

View File

@ -18,8 +18,6 @@
*/
#include <config.h>
#include <opm/core/utility/have_boost_redef.hpp>
#if defined(HAVE_DYNAMIC_BOOST_TEST)
#define BOOST_TEST_DYN_LINK
#endif