From 14234fc01aa2cc5dac60b11050a759c1b23371cb Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 1 Dec 2000 14:59:18 -0500 Subject: [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 --- fortran/acsite.m4 | 2 +- fortran/configure | 2 +- 2 files changed, 2 insertions(+), 2 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 <&6 echo "configure:1928: checking how $F9X finds modules" >&5 -for flag in "-p" "-M" "-I"; do +for flag in "-M" "-I" "-p"; do cat >conftest.$ac_ext <