summaryrefslogtreecommitdiff
path: root/boost/config/compiler/hp_acc.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/config/compiler/hp_acc.hpp')
-rw-r--r--boost/config/compiler/hp_acc.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/config/compiler/hp_acc.hpp b/boost/config/compiler/hp_acc.hpp
index 9df18eaf67..49d676fa2b 100644
--- a/boost/config/compiler/hp_acc.hpp
+++ b/boost/config/compiler/hp_acc.hpp
@@ -142,6 +142,6 @@
// last known and checked version for PA-RISC is 38000
#if ((__HP_aCC > 61300) || ((__HP_aCC > 38000) && defined(__hpxstd98)))
# if defined(BOOST_ASSERT_CONFIG)
-# error "Unknown compiler version - please run the configure tests and report the results"
+# error "boost: Unknown compiler version - please run the configure tests and report the results"
# endif
#endif