Fix compilation problem on Calibre 5 configuration (f77 vs gfortran)

This commit is contained in:
abd 2008-09-23 06:49:02 +00:00
parent 8e94578667
commit 0902392b50

View File

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