| # | Line 170 | Line 170 | case $F77 in | |
|---|---|---|
| 170 | AC_F77_LIBRARY_LDFLAGS | |
| 171 | ||
| 172 | case $F77 in | |
| 173 | < | ifc) fortran_machine_defs='Linux_ifc_machdep.$(O)' flibs_extra='-lPEPCF90' ;; |
| 173 | > | ifc) fortran_machine_defs='Linux_ifc_machdep$(O)' flibs_extra='-lPEPCF90' ;; |
| 174 | *) echo $F77; AC_MSG_ERROR([currently only ifc is supported as the fortran compiler. See README for details]) ;; | |
| 175 | esac | |
| 176 | AC_SUBST([fortran_machine_defs]) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |