From 804e7170e1607cf9a9a063a2f12af8711f4f515b Mon Sep 17 00:00:00 2001 From: John Maddock Date: Mon, 24 Jan 2011 18:06:12 +0000 Subject: [PATCH] Oops... use the correct pathscale version macro. [SVN r68418] --- include/boost/config/select_compiler_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/config/select_compiler_config.hpp b/include/boost/config/select_compiler_config.hpp index fddca5cf..e19469ae 100644 --- a/include/boost/config/select_compiler_config.hpp +++ b/include/boost/config/select_compiler_config.hpp @@ -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"