Changeset 481:7afc121e0689 in lemon for configure.ac
- Timestamp:
- 12/02/08 21:40:33 (14 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r480 r481 51 51 52 52 dnl Checks for libraries. 53 #LX_CHECK_GLPK54 #LX_CHECK_CPLEX55 #LX_CHECK_SOPLEX53 LX_CHECK_GLPK 54 LX_CHECK_CPLEX 55 LX_CHECK_SOPLEX 56 56 57 57 AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"]) … … 118 118 echo C++ compiles flags............ : $WARNINGCXXFLAGS $CXXFLAGS 119 119 echo 120 #echo GLPK support.................. : $lx_glpk_found121 #echo CPLEX support................. : $lx_cplex_found122 #echo SOPLEX support................ : $lx_soplex_found123 #echo120 echo GLPK support.................. : $lx_glpk_found 121 echo CPLEX support................. : $lx_cplex_found 122 echo SOPLEX support................ : $lx_soplex_found 123 echo 124 124 echo Build demo programs........... : $enable_demo 125 125 echo Build additional tools........ : $enable_tools
Note: See TracChangeset
for help on using the changeset viewer.