diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2011-04-15 20:14:03 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2011-04-15 20:14:03 (GMT) |
commit | e59c147f5d647e1fdec51a96fc5ebe8754c2c73f (patch) | |
tree | ab7a36805c986c0385e54181247e602f10b8f143 /configure | |
parent | 91435585936c2637947c132489599c76932d77e4 (diff) | |
download | hdf5-e59c147f5d647e1fdec51a96fc5ebe8754c2c73f.zip hdf5-e59c147f5d647e1fdec51a96fc5ebe8754c2c73f.tar.gz hdf5-e59c147f5d647e1fdec51a96fc5ebe8754c2c73f.tar.bz2 |
[svn-r20521] 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
@@ -3877,14 +3877,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 |