Changeset 2087
- Timestamp:
- Jan 9, 2011 11:51:25 AM (10 years ago)
- Location:
- ThirdParty/HSL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/HSL/trunk/configure
r2082 r2087 22534 22534 22535 22535 22536 if test $coin_has_metis != yes ; then 22537 { { echo "$as_me:$LINENO: error: MA57 requires METIS, which is not found." >&5 22538 echo "$as_me: error: MA57 requires METIS, which is not found." >&2;} 22539 { (exit 1); exit 1; }; } 22540 fi 22536 22541 else 22537 22542 -
ThirdParty/HSL/trunk/configure.ac
r2020 r2087 144 144 HAVE_MXXX_CFLAGS="-DHAVE_MA57 $HAVE_MXXX_CFLAGS" 145 145 AC_COIN_CHECK_PACKAGE(Metis, [coinmetis], HSL) 146 if test $coin_has_metis != yes ; then 147 AC_MSG_ERROR([MA57 requires METIS, which is not found.]) 148 fi 146 149 else 147 150 AM_CONDITIONAL(COIN_HAS_METIS, [test 0 = 1])
Note: See TracChangeset
for help on using the changeset viewer.