Changeset 1462 for ThirdParty/Glpk/stable/1.6/configure
- Timestamp:
- Jan 1, 2010 1:30:21 PM (11 years ago)
- Location:
- ThirdParty/Glpk/stable/1.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/Glpk/stable/1.6
-
Property
svn:mergeinfo
set to
/ThirdParty/Glpk/trunk merged eligible
-
Property
svn:mergeinfo
set to
-
ThirdParty/Glpk/stable/1.6/configure
r1442 r1462 20089 20089 echo "$as_me:$LINENO: result: ${majorver}.${minorver}" >&5 20090 20090 echo "${ECHO_T}${majorver}.${minorver}" >&6 20091 if test x$majorver != x4 || test x$minorver != x4 0; then20092 { { echo "$as_me:$LINENO: error: \"Incorrect GLPK version. This build system is made for GLPK 4.4 0. Please update by rerunning get.GLPK\"" >&520093 echo "$as_me: error: \"Incorrect GLPK version. This build system is made for GLPK 4.4 0. Please update by rerunning get.GLPK\"" >&2;}20091 if test x$majorver != x4 || test x$minorver != x41 ; then 20092 { { echo "$as_me:$LINENO: error: \"Incorrect GLPK version. This build system is made for GLPK 4.41. Please update by rerunning get.GLPK\"" >&5 20093 echo "$as_me: error: \"Incorrect GLPK version. This build system is made for GLPK 4.41. Please update by rerunning get.GLPK\"" >&2;} 20094 20094 { (exit 1); exit 1; }; } 20095 20095 fi
Note: See TracChangeset
for help on using the changeset viewer.