summaryrefslogtreecommitdiffstats
path: root/fortran/acsite.m4
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2000-12-01 19:59:18 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2000-12-01 19:59:18 (GMT)
commit14234fc01aa2cc5dac60b11050a759c1b23371cb (patch)
treed01623f47451f44019891ba63be239e957ab6d00 /fortran/acsite.m4
parentecd06afe4e64d878b582e7313e7d65afe1c6981a (diff)
downloadhdf5-14234fc01aa2cc5dac60b11050a759c1b23371cb.zip
hdf5-14234fc01aa2cc5dac60b11050a759c1b23371cb.tar.gz
hdf5-14234fc01aa2cc5dac60b11050a759c1b23371cb.tar.bz2
[svn-r3052] Purpose:
Attempted Bug Fix Description: Some machines (Cray T3E, need you ask?) use the ``-p'' flag for enabling double precision. This breaks our Fortran interface. Solution: Put this test last. However, the T3E apparently doesn't need modules, so we may have to resort to a better "fix" than this in the future. Platforms tested: T3E
Diffstat (limited to 'fortran/acsite.m4')
-rw-r--r--fortran/acsite.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/acsite.m4 b/fortran/acsite.m4
index 3ed83be..f953c01 100644
--- a/fortran/acsite.m4
+++ b/fortran/acsite.m4
@@ -223,7 +223,7 @@ cd ..
AC_MSG_CHECKING(how $F9X finds modules)
-for flag in "-p" "-M" "-I"; do
+for flag in "-M" "-I" "-p"; do
cat >conftest.$ac_ext <<EOF
program conftest
use module