Ignore:
Timestamp:
10/10/22 03:42:09 (2 years ago)
Author:
Mathieu Morlighem
Message:

BUG: forgot to update Analysis/m4 for Debris

File:
1 edited

Legend:

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

    r27154 r27299  
    150150AC_MSG_RESULT($HAVE_DAMAGEEVOLUTION)
    151151dnl }}}
     152dnl with-Debris{{{
     153AC_ARG_WITH([Debris],
     154        AS_HELP_STRING([--with-Debris = YES], [compile with Debris capabilities (default is yes)]),
     155        [DEBRIS=$withval],[DEBRIS=yes])
     156AC_MSG_CHECKING(for Debris capability compilation)
     157
     158HAVE_DEBRIS=no
     159if test "x$DEBRIS" = "xyes"; then
     160        HAVE_DEBRIS=yes
     161        AC_DEFINE([_HAVE_DEBRIS_],[1],[with Debris capability])
     162fi
     163AM_CONDITIONAL([DEBRIS], [test x$HAVE_DEBRIS = xyes])
     164AC_MSG_RESULT($HAVE_DEBRIS)
     165dnl }}}
    152166dnl with-DepthAverage{{{
    153167AC_ARG_WITH([DepthAverage],
Note: See TracChangeset for help on using the changeset viewer.