Changeset 22007
- Timestamp:
- 08/25/17 13:55:13 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r21905 r22007 2064 2064 AC_MSG_ERROR([need fortran compiler to compile GiaIvins (or use --without-GiaIvins )]); 2065 2065 fi 2066 2067 dnl check that fortran is provided if Love is on 2068 if test "$HAVE_LOVE" = "yes" && test "$HAVE_FORTRAN" = "no" ; then 2069 AC_MSG_ERROR([need fortran compiler to compile Love (or use --without-Love)]); 2070 fi 2066 2071 2067 2072 dnl check that if we have MPI, we have metis
Note:
See TracChangeset
for help on using the changeset viewer.