summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-01-19 02:37:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-01-19 02:37:16 (GMT)
commit7b10edb1210768d6a3c86b5c3cd66d9aabc21bb1 (patch)
treeb360d54f5a49f13d04cdc38b801bcb3ba6095d39 /config
parenta067f223455fa59e2107b65efaa14b1abf58e0f4 (diff)
downloadhdf5-7b10edb1210768d6a3c86b5c3cd66d9aabc21bb1.zip
hdf5-7b10edb1210768d6a3c86b5c3cd66d9aabc21bb1.tar.gz
hdf5-7b10edb1210768d6a3c86b5c3cd66d9aabc21bb1.tar.bz2
[svn-r9836] Purpose:
Bug fix Description: Fix detection of C++ compiler version number. Platforms tested: Solaris 2.7 (arabica) w/C++ Solaris 2.8 (sol) w/C++ Does not require h5committest
Diffstat (limited to 'config')
-rw-r--r--config/solaris2.x2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/solaris2.x b/config/solaris2.x
index 1cf1505..760ce6f 100644
--- a/config/solaris2.x
+++ b/config/solaris2.x
@@ -80,7 +80,7 @@ fi
#. $srcdir/config/gnu-flags
cxx_version="`$CXX -V 2>&1 |grep 'WorkShop' |\
- sed 's/.*WorkShop.*C\+\+ \([0-9\.]*\).*/\1/'`"
+ sed 's/.*WorkShop.*C++ \([0-9\.]*\).*/\1/'`"
cxx_vers_major=`echo $cxx_version | cut -f1 -d.`
cxx_vers_minor=`echo $cxx_version | cut -f2 -d.`