Changeset 12058
- Timestamp:
- 04/18/12 16:18:08 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r12031 r12058 18 18 [MODULES_VALUE=$withval],[MODULES_VALUE="yes"]) 19 19 AC_MSG_CHECKING(for modules compilation) 20 AM_CONDITIONAL([NOMODULES], [test $MODULES_VALUE = no])21 20 AM_CONDITIONAL([MODULES], [test $MODULES_VALUE = yes]) 22 21 AC_MSG_RESULT($MODULES_VALUE) … … 1200 1199 dnl check that we have either python or matlab support if we compile the modules 1201 1200 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)]); 1203 1202 fi 1204 1203
Note:
See TracChangeset
for help on using the changeset viewer.