Changeset 12058


Ignore:
Timestamp:
04/18/12 16:18:08 (13 years ago)
Author:
Mathieu Morlighem
Message:

Better error message

File:
1 edited

Legend:

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

    r12031 r12058  
    1818                [MODULES_VALUE=$withval],[MODULES_VALUE="yes"])
    1919        AC_MSG_CHECKING(for modules compilation)
    20         AM_CONDITIONAL([NOMODULES], [test $MODULES_VALUE = no])
    2120        AM_CONDITIONAL([MODULES], [test $MODULES_VALUE = yes])
    2221        AC_MSG_RESULT($MODULES_VALUE)
     
    12001199        dnl check that we have either python or matlab support if we compile the modules
    12011200        if test "$MODULES_VALUE" = "yes"  && test "$HAVE_MATLAB" = "no" && test "$HAVE_PYTHON" = "no"; then
    1202                 AC_MSG_ERROR([need at least python or matlab support to compile only in serial mode!]);
     1201                AC_MSG_ERROR([need at least python or matlab support to compile modules (or use --with-modules=no)]);
    12031202        fi
    12041203
Note: See TracChangeset for help on using the changeset viewer.