Changeset 18261
- Timestamp:
- 07/18/14 10:32:25 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r18226 r18261 1636 1636 AC_MSG_RESULT($HAVE_KRIGING) 1637 1637 dnl }}} 1638 dnl with-gia{{{1639 AC_ARG_WITH([gia],1640 AS_HELP_STRING([--with-gia = YES], [compile with gia capabilities (default is no)]),1641 [GIA=$withval],[GIA=no])1642 AC_MSG_CHECKING(for gia capability compilation)1643 1644 HAVE_GIA=no1645 if test "x$GIA" = "xyes"; then1646 if test "x$HAVE_MATH77" = "xno"; then1647 AC_MSG_ERROR([gia requires compilation of math77 library! Reconfigure with --with-math77 option on]);1648 else1649 HAVE_GIA=yes1650 AC_DEFINE([_HAVE_GIA_],[1],[with gia capability])1651 fi1652 fi1653 AM_CONDITIONAL([GIA], [test x$HAVE_GIA = xyes])1654 AC_MSG_RESULT($HAVE_GIA)1655 dnl }}}1656 1638 AX_ANALYSES_SELECTION 1657 1639
Note:
See TracChangeset
for help on using the changeset viewer.