From 7e33c92e6b2a61e219d1af5a45ce042f485cfb20 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 16 Aug 2005 15:56:59 -0500 Subject: [svn-r11252] Purpose: Fixed a typo--osf1 was spelled as osfl. Platforms tested: Tflops. --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 0e92219..e55c99a 100755 --- a/configure +++ b/configure @@ -2047,7 +2047,7 @@ fi case $host_alias in tflops) - host_alias=i386-intel-osfl + host_alias=i386-intel-osf1 ;; esac diff --git a/configure.in b/configure.in index 0524c1f..aa2b594 100644 --- a/configure.in +++ b/configure.in @@ -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 -- cgit v0.12