Changeset 18322


Ignore:
Timestamp:
08/01/14 16:07:02 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: do not add -dy flag that is not supported by many compilers

File:
1 edited

Legend:

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

    r18318 r18322  
    667667                        GSLLIB="-dy -L$GSL_ROOT/lib -lgsl -L$ATLAS_ROOT/lib -lcblas -latlas -lm"
    668668                else
    669                         GSLLIB="-dy -L$GSL_ROOT/lib -lgsl -lgslcblas -lm"
     669                        GSLLIB="-L$GSL_ROOT/lib -lgsl -lgslcblas -lm"
    670670                fi
    671671                AC_DEFINE([_HAVE_GSL_],[1],[with gsl in ISSM src])
Note: See TracChangeset for help on using the changeset viewer.