COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r564 r615  
    6060LX_CHECK_CPLEX
    6161LX_CHECK_SOPLEX
    62 LX_CHECK_CLP
     62LX_CHECK_COIN
    6363
    6464AM_CONDITIONAL([HAVE_LP], [test x"$lx_lp_found" = x"yes"])
    6565AM_CONDITIONAL([HAVE_MIP], [test x"$lx_mip_found" = x"yes"])
    66 
    67 dnl Disable/enable building the demo programs.
    68 AC_ARG_ENABLE([demo],
    69 AS_HELP_STRING([--enable-demo], [build the demo programs])
    70 AS_HELP_STRING([--disable-demo], [do not build the demo programs @<:@default@:>@]),
    71               [], [enable_demo=no])
    72 AC_MSG_CHECKING([whether to build the demo programs])
    73 if test x"$enable_demo" != x"no"; then
    74   AC_MSG_RESULT([yes])
    75 else
    76   AC_MSG_RESULT([no])
    77 fi
    78 AM_CONDITIONAL([WANT_DEMO], [test x"$enable_demo" != x"no"])
    7966
    8067dnl Disable/enable building the binary tools.
     
    11198AC_CONFIG_FILES([
    11299Makefile
     100demo/Makefile
    113101cmake/version.cmake
    114102doc/Doxyfile
     
    132120echo SOPLEX support................ : $lx_soplex_found
    133121echo CLP support................... : $lx_clp_found
     122echo CBC support................... : $lx_cbc_found
    134123echo
    135 echo Build demo programs........... : $enable_demo
    136124echo Build additional tools........ : $enable_tools
    137125echo
Note: See TracChangeset for help on using the changeset viewer.