$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r68418 - trunk/boost/config
From: john_at_[hidden]
Date: 2011-01-24 13:06:14
Author: johnmaddock
Date: 2011-01-24 13:06:12 EST (Mon, 24 Jan 2011)
New Revision: 68418
URL: http://svn.boost.org/trac/boost/changeset/68418
Log:
Oops... use the correct pathscale version macro.
Text files modified: 
   trunk/boost/config/select_compiler_config.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/config/select_compiler_config.hpp
==============================================================================
--- trunk/boost/config/select_compiler_config.hpp	(original)
+++ trunk/boost/config/select_compiler_config.hpp	2011-01-24 13:06:12 EST (Mon, 24 Jan 2011)
@@ -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"