COIN-OR::LEMON - Graph Library

Changeset 1382:2c925c18d130 in lemon-0.x


Ignore:
Timestamp:
04/22/05 19:53:26 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1835
Message:

Set $lp_{glpk|cplex}_found even if --without-{glpk|cplex} option was given.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config/lp.m4

    r1380 r1382  
    1414              [], [with_glpk_libdir=no])
    1515
     16  lx_glpk_found=no
    1617  if test x"$with_glpk" != x"no"; then
    1718    AC_MSG_CHECKING([for GLPK])
     
    8788              [], [with_cplex_libdir=no])
    8889
     90  lx_cplex_found=no
    8991  if test x"$with_cplex" != x"no"; then
    9092    AC_MSG_CHECKING([for CPLEX])
Note: See TracChangeset for help on using the changeset viewer.