COIN-OR::LEMON - Graph Library

Changeset 457:69928a704ffb in lemon-1.2 for configure.ac


Ignore:
Timestamp:
01/12/09 13:22:11 (15 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Add HAVE_LP and HAVE_MIP #defines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r363 r457  
    5454#LX_CHECK_CPLEX
    5555#LX_CHECK_SOPLEX
     56
     57AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
     58AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
    5659
    5760dnl Disable/enable building the demo programs.
Note: See TracChangeset for help on using the changeset viewer.