|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50698 - trunk/boost/math/tools
From: john_at_[hidden]
Date: 2009-01-21 04:39:50
Author: johnmaddock
Date: 2009-01-21 04:39:50 EST (Wed, 21 Jan 2009)
New Revision: 50698
URL: http://svn.boost.org/trac/boost/changeset/50698
Log:
Fixes #2668.
Text files modified:
trunk/boost/math/tools/config.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/math/tools/config.hpp
==============================================================================
--- trunk/boost/math/tools/config.hpp (original)
+++ trunk/boost/math/tools/config.hpp 2009-01-21 04:39:50 EST (Wed, 21 Jan 2009)
@@ -247,7 +247,7 @@
} // namespace tools
}} // namespace boost namespace math
-#if defined(__linux__) || defined(__QNX__) || defined(__IBMCPP__)
+#if (defined(__linux__) && !defined(__UCLIBC__)) || defined(__QNX__) || defined(__IBMCPP__)
#include <fenv.h>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk