Fix compilation conflict on Linux stations with installed f77 and gfortran at the same time

This commit is contained in:
abd 2008-09-09 09:41:17 +00:00
parent 68ba0ceea7
commit 6787806440

View File

@ -123,6 +123,7 @@ AC_PROG_FC
AC_FC_LIBRARY_LDFLAGS
if test "X$FC" != "X" ; then
fortran_ok=yes
F77=$FC
fi
dnl AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])