Changeset 1917 for ThirdParty/Glpk/trunk/configure.ac
- Timestamp:
- Dec 19, 2010 11:11:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/configure.ac
r1770 r1917 62 62 glpkminorver=`awk '/define GLP_MINOR_VERSION/ {print $3}' $srcdir/glpk/include/glpk.h` 63 63 AC_MSG_RESULT([${glpkmajorver}.${glpkminorver}]) 64 if test x$glpkmajorver != x4 || test x$glpkminorver != x44; then65 AC_MSG_ERROR(["Incorrect GLPK version. This build system is made for GLPK 4.44 . Please update by rerunning get.GLPK"])64 if test x$glpkmajorver != x4 || ( test x$glpkminorver != x44 && test x$glpkminorver != x45 ); then 65 AC_MSG_ERROR(["Incorrect GLPK version. This build system is made for GLPK 4.44 or 4.45. Please update by rerunning get.GLPK"]) 66 66 fi 67 67 AC_SUBST(glpkmajorver)
Note: See TracChangeset
for help on using the changeset viewer.