Oops... use the correct pathscale version macro.

[SVN r68418]
This commit is contained in:
John Maddock
2011-01-24 18:06:12 +00:00
parent a7148f1932
commit 804e7170e1

View File

@ -52,7 +52,7 @@
// Comeau C++
# define BOOST_COMPILER_CONFIG "boost/config/compiler/comeau.hpp"
#elif defined(__PATHSCALE__) && (__PATHSCALE__ >= 4)
#elif defined(__PATHSCALE__) && (__PATHCC__ >= 4)
// PathScale EKOPath compiler (has to come before clang and gcc)
# define BOOST_COMPILER_CONFIG "boost/config/compiler/pathscale.hpp"