Changeset 22725


Ignore:
Timestamp:
04/28/18 23:10:28 (7 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not compile kml by default

File:
1 edited

Legend:

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

    r22704 r22725  
    19331933        dnl with-kml{{{
    19341934        AC_ARG_WITH([kml],
    1935                 AS_HELP_STRING([--with-kml = YES],[compile with kml capabilities (default is yes)]),
    1936                 [KML=$withval],[KML=yes])
     1935                AS_HELP_STRING([--with-kml = YES],[compile with kml capabilities (default is no)]),
     1936                [KML=$withval],[KML=no])
    19371937        AC_MSG_CHECKING(for kml capability compilation)
    19381938
Note: See TracChangeset for help on using the changeset viewer.