Changeset 22007


Ignore:
Timestamp:
08/25/17 13:55:13 (8 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added check that fortran is provided if love is on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/m4/issm_options.m4

    r21905 r22007  
    20642064                          AC_MSG_ERROR([need fortran compiler to compile GiaIvins (or use --without-GiaIvins )]);
    20652065                 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
    20662071
    20672072                  dnl check that if we have MPI, we have metis
Note: See TracChangeset for help on using the changeset viewer.