Changeset 18181


Ignore:
Timestamp:
06/25/14 09:10:49 (11 years ago)
Author:
Mathieu Morlighem
Message:

BUG: commited analysis.m4 with UsawaPressure

File:
1 edited

Legend:

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

    r17934 r18181  
    374374AC_MSG_RESULT($HAVE_SMOOTHEDSURFACESLOPEY)
    375375dnl }}}
     376dnl with-UzawaPressure{{{
     377AC_ARG_WITH([UzawaPressure],
     378        AS_HELP_STRING([--with-UzawaPressure = YES], [compile with UzawaPressure capabilities (default is yes)]),
     379        [UZAWAPRESSURE=$withval],[UZAWAPRESSURE=yes])
     380AC_MSG_CHECKING(for UzawaPressure capability compilation)
     381
     382HAVE_UZAWAPRESSURE=no
     383if test "x$UZAWAPRESSURE" = "xyes"; then
     384        HAVE_UZAWAPRESSURE=yes
     385        AC_DEFINE([_HAVE_UZAWAPRESSURE_],[1],[with UzawaPressurecapability])
     386fi
     387AM_CONDITIONAL([UZAWAPRESSURE], [test x$HAVE_UZAWAPRESSURE = xyes])
     388AC_MSG_RESULT($HAVE_UZAWAPRESSURE)
     389dnl }}}
    376390dnl with-Thermal{{{
    377391AC_ARG_WITH([Thermal],
Note: See TracChangeset for help on using the changeset viewer.