Changeset 20332


Ignore:
Timestamp:
03/22/16 15:31:21 (9 years ago)
Author:
glperez
Message:

BUG: Changing string equality operation to deal with empty string.

File:
1 edited

Legend:

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

    r20329 r20332  
    10741074                                        if test $PETSC_MAJOR -gt 3 || test $PETSC_MINOR -ge 3; then PETSCLIB+=" -lmetis"; fi
    10751075                                fi
    1076                                 if test "$host_os_version"=="3.0.101-0.31.1_1.0502.8394-cray_gem_s" ; then
     1076                                if test "x$host_os_version"=="x3.0.101-0.31.1_1.0502.8394-cray_gem_s" ; then
    10771077                                        PETSCLIB="-L$PETSC_ROOT/lib -lcraypetsc_gnu_real -lmetis"
    10781078                                fi
Note: See TracChangeset for help on using the changeset viewer.