# g77 already asked and found: good
if test "$WITH_G77" = yes; then
FC=g77
elif test "$WITH_GFORTRAN" = yes;then
FC=gfortran
FC_OPTIONS="-O -ff2c"
FC_OPTIONS_O0="-ff2c"
FC_PICFLAGS=-fPIC
AC_DEFINE(G95_FORTRAN)
# option with-f2c
elif test "$with_f2c" = yes; then
AC_CHECK_PROG(F2C,f2c,yes,no)