summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index a907caf..9fdcdd2 100644
--- a/configure.in
+++ b/configure.in
@@ -66,8 +66,8 @@ dnl configure is currently running by using the --host=foo flag.
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-osf1
+ redstorm)
+ host_alias=x86_64-redstorm-linux-gnu
;;
esac