summaryrefslogtreecommitdiffstats
path: root/c++/configure.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-06-18 05:02:23 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-06-18 05:02:23 (GMT)
commit8c701c23c93d6b608e4cc4a7b298d88b150e148a (patch)
tree4dee41d7c3246cdf4d0b690f5975cba9826a592d /c++/configure.in
parent3d0317ad119df4aa1c963bcbf6f4de8cf44c3d6e (diff)
downloadhdf5-8c701c23c93d6b608e4cc4a7b298d88b150e148a.zip
hdf5-8c701c23c93d6b608e4cc4a7b298d88b150e148a.tar.gz
hdf5-8c701c23c93d6b608e4cc4a7b298d88b150e148a.tar.bz2
[svn-r7047] Purpose:
Improvement Description: If $CXX is not defined, configure will try a list of possible C++ compiler name. That is not always desireable. Solution: Change configure to combine all powerpc-ibm-aix* to one version. Add xlC as the default $CXX value. Platforms tested: Tested in Copper only since the change affect AIX machine only. Misc. update:
Diffstat (limited to 'c++/configure.in')
-rw-r--r--c++/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/c++/configure.in b/c++/configure.in
index aa0ce62..0f90489 100644
--- a/c++/configure.in
+++ b/c++/configure.in
@@ -84,8 +84,8 @@ dnl
dnl If the `OS' ends with a version number then remove it. For instance,
dnl `freebsd3.1' would become `freebsd'
case "$host_os" in
- aix4.*)
- host_os_novers=aix4.x
+ aix*)
+ host_os_novers=aix
;;
freebsd*)
host_os_novers=freebsd