Changeset 1442 for ThirdParty/Glpk/stable/1.6/configure.ac
- Timestamp:
- Nov 7, 2009 12:39:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/stable/1.6/configure.ac
r1418 r1442 74 74 minorver=`awk '/define GLP_MINOR_VERSION/ {print $3}' ${GLPKINCDIR}/glpk.h` 75 75 AC_MSG_RESULT([${majorver}.${minorver}]) 76 if test x$majorver != x4 || test x$minorver != x 39; then77 AC_MSG_ERROR(["Incorrect GLPK version. This build system is made for GLPK 4. 39. Please update by rerunning get.GLPK"])76 if test x$majorver != x4 || test x$minorver != x40 ; then 77 AC_MSG_ERROR(["Incorrect GLPK version. This build system is made for GLPK 4.40. Please update by rerunning get.GLPK"]) 78 78 fi 79 79 else
Note: See TracChangeset
for help on using the changeset viewer.