Changeset 18261


Ignore:
Timestamp:
07/18/14 10:32:25 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed --with-gia option, conflicting with --with-Gia

File:
1 edited

Legend:

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

    r18226 r18261  
    16361636        AC_MSG_RESULT($HAVE_KRIGING)
    16371637        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=no
    1645                 if test "x$GIA" = "xyes"; then
    1646                         if test "x$HAVE_MATH77" = "xno"; then
    1647                                  AC_MSG_ERROR([gia requires compilation of math77 library! Reconfigure with --with-math77 option on]);
    1648                         else
    1649                                 HAVE_GIA=yes
    1650                                 AC_DEFINE([_HAVE_GIA_],[1],[with gia capability])
    1651                    fi
    1652                 fi
    1653                 AM_CONDITIONAL([GIA], [test x$HAVE_GIA = xyes])
    1654                 AC_MSG_RESULT($HAVE_GIA)
    1655                 dnl }}}
    16561638        AX_ANALYSES_SELECTION
    16571639
Note: See TracChangeset for help on using the changeset viewer.