* make AC_PROG_F77 take autoconf's list of compilers, so that we can also
add ifort in there This commit was SVN r6982.
Этот коммит содержится в:
родитель
e256cdc59b
Коммит
a3f73429b2
@ -46,7 +46,7 @@ ompi_show_subtitle "Fortran 77 compiler"
|
||||
# value for the Fint tests
|
||||
#
|
||||
ompi_fflags_save="$FFLAGS"
|
||||
AC_PROG_F77
|
||||
AC_PROG_F77([g77 f77 xlf frt pgf77 fort77 fl32 af77 ifort])
|
||||
FFLAGS="$ompi_fflags_save"
|
||||
if test -z "$F77"; then
|
||||
AC_MSG_WARN([*** Fortran 77 bindings disabled (could not find compiler)])
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user