1
1

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.
Этот коммит содержится в:
Jeff Squyres 2005-01-26 01:59:42 +00:00
родитель 6cddd3e189
Коммит 7d9458b88c

Просмотреть файл

@ -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`"