Changeset 12739
- Timestamp:
- 07/25/12 15:16:57 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r12738 r12739 542 542 [METIS_ROOT=$withval],[METIS_ROOT=""]) 543 543 544 AC_MSG_CHECKING(for metis headers and libraries in $METIS_ROOT) 545 544 546 if test -d "$METIS_ROOT"; then 545 546 AC_MSG_CHECKING(for metis headers and libraries in $METIS_ROOT)547 547 548 548 dnl first figure out version of metis: does the VERSION file exist? … … 598 598 fi 599 599 AM_CONDITIONAL([METIS], [test x$HAVE_METIS = xyes]) 600 AC_MSG_RESULT($HAVE_METIS) 600 601 dnl }}} 601 602 dnl mpi{{{
Note:
See TracChangeset
for help on using the changeset viewer.