summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2011-04-15 20:10:47 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2011-04-15 20:10:47 (GMT)
commite1ed6bb771ad03d584b465036dba79cbad2254c5 (patch)
treeea7f34e9528fd9c6bf56eca9819714425d499382 /configure
parente23baa900985e4c31b449700911e5a22017731a3 (diff)
downloadhdf5-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-xconfigure10
1 files changed, 2 insertions, 8 deletions
diff --git a/configure b/configure
index 8a75400..26bb1fe 100755
--- a/configure
+++ b/configure
@@ -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