mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r11252] Purpose:
Fixed a typo--osf1 was spelled as osfl. Platforms tested: Tflops.
This commit is contained in:
parent
778c6a053d
commit
7e33c92e6b
2
configure
vendored
2
configure
vendored
@ -2047,7 +2047,7 @@ fi
|
||||
|
||||
case $host_alias in
|
||||
tflops)
|
||||
host_alias=i386-intel-osfl
|
||||
host_alias=i386-intel-osf1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
@ -67,7 +67,7 @@ dnl For machines on which HDF5 is often configured, it can be convenient
|
||||
dnl to specify the name of the machine rather than its canonical type.
|
||||
case $host_alias in
|
||||
tflops)
|
||||
host_alias=i386-intel-osfl
|
||||
host_alias=i386-intel-osf1
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user