From 7d9458b88c30da094c9d8b2bd7866412234bdeb1 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Wed, 26 Jan 2005 01:59:42 +0000 Subject: [PATCH] Remove an old test that looks like it was designed to protect the user from themselves -- but doesn't look valid. For example, it's legal to have $FC and $F77 to both be ifort (intel fortran compiler). This commit was SVN r4148. --- config/ompi_setup_f90.m4 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/ompi_setup_f90.m4 b/config/ompi_setup_f90.m4 index 96880faec1..fc007ae2b6 100644 --- a/config/ompi_setup_f90.m4 +++ b/config/ompi_setup_f90.m4 @@ -63,13 +63,6 @@ else OMPI_WANT_F90_BINDINGS=0 OMPI_F90="none" BASEF90="none" - elif test "$FC" = "$F77"; then - AC_MSG_WARN([*** Found same compiler for Fortran 77 and 90/95.]) - AC_MSG_WARN([*** Assuming no Fortran 90/95 compiler; disabling]) - AC_MSG_WARN([*** Fortran 90/95 MPI bindings.]) - OMPI_WANT_F90_BINDINGS=0 - OMPI_F90="none" - BASEF90="none" else OMPI_F90="$FC" BASEF90="`basename $FC`"