diff --git a/src/util/Math.hxx b/src/util/Math.hxx index ad5cffd82..28f50c6cc 100644 --- a/src/util/Math.hxx +++ b/src/util/Math.hxx @@ -36,7 +36,7 @@ * C99 math can be optionally omitted with gcc's libstdc++. * Use boost if unavailable. */ -#if (defined(__GLIBCPP__) || defined(__GLIBCXX__)) && !defined(_GLIBCXX_USE_C99_MATH) +#if (defined(__GLIBCPP__) || defined(__GLIBCXX__)) && !defined(_GLIBCXX_USE_C99_MATH_TR1) #include using boost::math::lround; #else