ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ac-tools/configure.in
(Generate patch)

Comparing trunk/OOPSE/ac-tools/configure.in (file contents):
Revision 527 by mmeineke, Fri May 9 16:55:50 2003 UTC vs.
Revision 652 by chuckv, Thu Jul 24 21:22:12 2003 UTC

# Line 183 | Line 183 | if test -r $mpi_f90_mods/MPI.mod; then
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!)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines