Changeset 18181
- Timestamp:
- 06/25/14 09:10:49 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/analyses.m4
r17934 r18181 374 374 AC_MSG_RESULT($HAVE_SMOOTHEDSURFACESLOPEY) 375 375 dnl }}} 376 dnl with-UzawaPressure{{{ 377 AC_ARG_WITH([UzawaPressure], 378 AS_HELP_STRING([--with-UzawaPressure = YES], [compile with UzawaPressure capabilities (default is yes)]), 379 [UZAWAPRESSURE=$withval],[UZAWAPRESSURE=yes]) 380 AC_MSG_CHECKING(for UzawaPressure capability compilation) 381 382 HAVE_UZAWAPRESSURE=no 383 if test "x$UZAWAPRESSURE" = "xyes"; then 384 HAVE_UZAWAPRESSURE=yes 385 AC_DEFINE([_HAVE_UZAWAPRESSURE_],[1],[with UzawaPressurecapability]) 386 fi 387 AM_CONDITIONAL([UZAWAPRESSURE], [test x$HAVE_UZAWAPRESSURE = xyes]) 388 AC_MSG_RESULT($HAVE_UZAWAPRESSURE) 389 dnl }}} 376 390 dnl with-Thermal{{{ 377 391 AC_ARG_WITH([Thermal],
Note:
See TracChangeset
for help on using the changeset viewer.