COIN-OR::LEMON - Graph Library

Changeset 1373:284841d50d63 in lemon-0.x


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

Fix glpk summary

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • config/lp.m4

    r1369 r1373  
    5151
    5252    AC_LANG_PUSH(C++)
    53     AC_LINK_IFELSE([$lx_glpk_test_prog], [lx_glpk_found=yes], [])
     53    AC_LINK_IFELSE([$lx_glpk_test_prog], [lx_glpk_found=yes], [lx_glpk_found=no])
    5454    AC_LANG_POP(C++)
    5555
  • configure.ac

    r1372 r1373  
    6666echo C++ compiles flags............ : $CXXFLAGS
    6767echo
    68 echo GLPK support.................. : $with_glpk
     68echo GLPK support.................. : $lx_glpk_found
    6969echo
    7070echo The packace will be installed in
Note: See TracChangeset for help on using the changeset viewer.