COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r496 r480  
    2424dnl Do compilation tests using the C++ compiler.
    2525AC_LANG([C++])
    26 
    27 dnl Check the existence of long long type.
    28 AC_CHECK_TYPE(long long, [long_long_found=yes], [long_long_found=no])
    29 if test x"$long_long_found" = x"yes"; then
    30   AC_DEFINE([HAVE_LONG_LONG], [1], [Define to 1 if you have long long.])
    31 fi
    3226
    3327dnl Checks for programs.
     
    123117echo C++ compiles flags............ : $CXXFLAGS
    124118echo
    125 echo Compiler supports long long... : $long_long_found
    126 echo
    127119#echo GLPK support.................. : $lx_glpk_found
    128120#echo CPLEX support................. : $lx_cplex_found
Note: See TracChangeset for help on using the changeset viewer.