| # | Line 183 | Line 183 | AC_SUBST(mpi_f90_mods) | |
|---|---|---|
| 183 | [mpi_f90_mods="${withval}"], | |
| 184 | [mpi_f90_mods="/usr/local/include/f90choice"] ) | |
| 185 | AC_SUBST(mpi_f90_mods) | |
| 186 | < | if test -r $mpi_f90_mods/MPI.mod; then |
| 186 | > | if test -r $mpi_f90_mods/MPI.mod || test -r $mpi_f90_mods/mpi.mod; then |
| 187 | AC_DEFINE(USE_MPI_F90_MODS, 1, [define whether we have the MPI f90 modules]) | |
| 188 | else | |
| 189 | AC_MSG_ERROR(--> Can't find MPI f90 modules!) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |