Changeset 1917 for ThirdParty/Glpk/trunk/configure
- Timestamp:
- Dec 19, 2010 11:11:06 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/trunk/configure
r1883 r1917 20110 20110 echo "$as_me:$LINENO: result: ${glpkmajorver}.${glpkminorver}" >&5 20111 20111 echo "${ECHO_T}${glpkmajorver}.${glpkminorver}" >&6 20112 if test x$glpkmajorver != x4 || test x$glpkminorver != x44; then20113 { { echo "$as_me:$LINENO: error: \"Incorrect GLPK version. This build system is made for GLPK 4.44 . Please update by rerunning get.GLPK\"" >&520114 echo "$as_me: error: \"Incorrect GLPK version. This build system is made for GLPK 4.44 . Please update by rerunning get.GLPK\"" >&2;}20112 if test x$glpkmajorver != x4 || ( test x$glpkminorver != x44 && test x$glpkminorver != x45 ); then 20113 { { echo "$as_me:$LINENO: error: \"Incorrect GLPK version. This build system is made for GLPK 4.44 or 4.45. Please update by rerunning get.GLPK\"" >&5 20114 echo "$as_me: error: \"Incorrect GLPK version. This build system is made for GLPK 4.44 or 4.45. Please update by rerunning get.GLPK\"" >&2;} 20115 20115 { (exit 1); exit 1; }; } 20116 20116 fi
Note: See TracChangeset
for help on using the changeset viewer.