diff --git a/include/boost/detail/fenv.hpp b/include/boost/detail/fenv.hpp index b8e8aa2..1ba8833 100644 --- a/include/boost/detail/fenv.hpp +++ b/include/boost/detail/fenv.hpp @@ -7,7 +7,7 @@ #include -#if !defined(BOOST_HAS_FENV_H) +#if defined(BOOST_NO_FENV_H) #error This platform does not have a floating point environment #endif