Changeset 259:362415050b29 in lemon for configure.ac
- Timestamp:
- 09/10/08 12:23:41 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r236 r259 32 32 33 33 dnl Checks for libraries. 34 LX_CHECK_GLPK35 LX_CHECK_CPLEX36 LX_CHECK_SOPLEX34 #LX_CHECK_GLPK 35 #LX_CHECK_CPLEX 36 #LX_CHECK_SOPLEX 37 37 38 38 dnl Disable/enable building the demo programs. … … 109 109 echo C++ compiles flags............ : $CXXFLAGS 110 110 echo 111 echo GLPK support.................. : $lx_glpk_found112 echo CPLEX support................. : $lx_cplex_found113 echo SOPLEX support................ : $lx_soplex_found114 echo111 #echo GLPK support.................. : $lx_glpk_found 112 #echo CPLEX support................. : $lx_cplex_found 113 #echo SOPLEX support................ : $lx_soplex_found 114 #echo 115 115 echo Build benchmarks.............. : $enable_benchmark 116 116 echo Build demo programs........... : $enable_demo
Note: See TracChangeset
for help on using the changeset viewer.