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