summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2011-04-15 20:14:03 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2011-04-15 20:14:03 (GMT)
commite59c147f5d647e1fdec51a96fc5ebe8754c2c73f (patch)
treeab7a36805c986c0385e54181247e602f10b8f143 /configure
parent91435585936c2637947c132489599c76932d77e4 (diff)
downloadhdf5-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-xconfigure10
1 files changed, 2 insertions, 8 deletions
diff --git a/configure b/configure
index 97a1097..94bc33b 100755
--- a/configure
+++ b/configure
@@ -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