Changeset 15661


Ignore:
Timestamp:
07/31/13 17:15:38 (12 years ago)
Author:
Eric.Larour
Message:

CHG: error out if gsl is not found

File:
1 edited

Legend:

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

    r15659 r15661  
    548548
    549549        else
    550                 HAVE_GSL=no
     550        AC_MSG_ERROR([gsl directory provided ($GSL_ROOT) does not exist]);
    551551        fi
    552552        AM_CONDITIONAL([GSL], [test x$HAVE_GSL = xyes])
Note: See TracChangeset for help on using the changeset viewer.