Fix pathscale config.

[SVN r68542]
This commit is contained in:
John Maddock
2011-01-29 12:09:03 +00:00
parent 7b3a8ec37e
commit 1efc29c864

View File

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