diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2011-04-15 20:10:47 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2011-04-15 20:10:47 (GMT) |
commit | e1ed6bb771ad03d584b465036dba79cbad2254c5 (patch) | |
tree | ea7f34e9528fd9c6bf56eca9819714425d499382 /configure | |
parent | e23baa900985e4c31b449700911e5a22017731a3 (diff) | |
download | hdf5-e1ed6bb771ad03d584b465036dba79cbad2254c5.zip hdf5-e1ed6bb771ad03d584b465036dba79cbad2254c5.tar.gz hdf5-e1ed6bb771ad03d584b465036dba79cbad2254c5.tar.bz2 |
[svn-r20520] Removed ibm-aix6.x file which just sourced ibm-aix file. Removed code in
configure.in that tried to distinguish different versions of AIX. This is no
longer needed.
Tested:
NCSA Blue-print. No h5committest since this affected AIX system only.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -3891,14 +3891,8 @@ elif test $hdf5_cv_host != $host; then fi case $host_os in - aix4.*) - host_os_novers=aix4.x - ;; - aix5.*) - host_os_novers=aix5.x - ;; - aix6.*) - host_os_novers=aix6.x + aix*) + host_os_novers=aix ;; freebsd*) host_os_novers=freebsd |