[svn-r11252] Purpose:

Fixed a typo--osf1 was spelled as osfl.

Platforms tested:
Tflops.
This commit is contained in:
Albert Cheng 2005-08-16 15:56:59 -05:00
parent 778c6a053d
commit 7e33c92e6b
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -2047,7 +2047,7 @@ fi
case $host_alias in
tflops)
host_alias=i386-intel-osfl
host_alias=i386-intel-osf1
;;
esac

View File

@ -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