Changeset 12739


Ignore:
Timestamp:
07/25/12 15:16:57 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor output

File:
1 edited

Legend:

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

    r12738 r12739  
    542542          [METIS_ROOT=$withval],[METIS_ROOT=""])
    543543
     544   AC_MSG_CHECKING(for metis headers and libraries in $METIS_ROOT)
     545
    544546        if test -d "$METIS_ROOT"; then
    545 
    546                 AC_MSG_CHECKING(for metis headers and libraries in $METIS_ROOT)
    547547
    548548                dnl first figure out version of metis: does the VERSION file exist?
     
    598598        fi
    599599        AM_CONDITIONAL([METIS], [test x$HAVE_METIS = xyes])
     600        AC_MSG_RESULT($HAVE_METIS)
    600601        dnl }}}
    601602        dnl mpi{{{
Note: See TracChangeset for help on using the changeset viewer.