Changeset 1226 for ThirdParty/Glpk/trunk/configure.ac
- Timestamp:
- Dec 29, 2008 12:22:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/configure.ac
r1213 r1226 79 79 minorver=`awk '/define GLP_MINOR_VERSION/ {print $3}' ${GLPKINCDIR}/glpk.h` 80 80 AC_MSG_RESULT([${majorver}.${minorver}]) 81 if test $majorver != 4 || test $minorver != 3 2; then82 AC_MSG_ERROR(["Incorrect GLPK version. This build system is made for GLPK 4.3 2. Please update by rerunning get.GLPK"])81 if test $majorver != 4 || test $minorver != 34 ; then 82 AC_MSG_ERROR(["Incorrect GLPK version. This build system is made for GLPK 4.34. Please update by rerunning get.GLPK"]) 83 83 fi 84 84 else
Note: See TracChangeset
for help on using the changeset viewer.