Changeset 14216


Ignore:
Timestamp:
01/08/13 07:11:06 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removed old check

File:
1 edited

Legend:

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

    r14183 r14216  
    163163        fi
    164164        AC_MSG_RESULT($HAVE_TRIANGLE)
    165 
    166         AC_MSG_CHECKING(for triangle and parallel status)
    167         if test $HAVE_TRIANGLE = no; then
    168                 if test "$SERIAL_VALUE" = "yes" ; then
    169                         AC_MSG_ERROR([--with-triangle-dir  missing. Triangle is needed to run ISSM serially!])
    170                 fi
    171         fi
    172         AC_MSG_RESULT(ok)
    173165        dnl }}}
    174166        dnl dakota{{{
Note: See TracChangeset for help on using the changeset viewer.