Changeset 19185


Ignore:
Timestamp:
03/06/15 11:12:11 (10 years ago)
Author:
glperez
Message:

BUG: Fixed issue with unset VENDOR variable in m4/issm_options.m4

File:
1 edited

Legend:

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

    r19168 r19185  
    989989        dnl }}}
    990990        dnl metis{{{
    991         if test "$HAVE_PETSC" = "yes" && test "x$PETSC_MAJOR" = "x3" && test $PETSC_MINOR -ge 3 && test $VENDOR != "MSVC-Win64"; then
     991        if test "$HAVE_PETSC" = "yes" && test "x$PETSC_MAJOR" = "x3" && test $PETSC_MINOR -ge 3 && test "x$VENDOR" != "xMSVC-Win64"; then
    992992                dnl in petsc >=3.3, metis is provided
    993993                HAVE_METIS="yes"
Note: See TracChangeset for help on using the changeset viewer.