COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r517 r481  
    2222dnl Do compilation tests using the C++ compiler.
    2323AC_LANG([C++])
    24 
    25 dnl Check the existence of long long type.
    26 AC_CHECK_TYPE(long long, [long_long_found=yes], [long_long_found=no])
    27 if test x"$long_long_found" = x"yes"; then
    28   AC_DEFINE([HAVE_LONG_LONG], [1], [Define to 1 if you have long long.])
    29 fi
    3024
    3125dnl Checks for programs.
     
    126120echo C++ compiles flags............ : $WARNINGCXXFLAGS $CXXFLAGS
    127121echo
    128 echo Compiler supports long long... : $long_long_found
    129 echo
    130122echo GLPK support.................. : $lx_glpk_found
    131123echo CPLEX support................. : $lx_cplex_found
Note: See TracChangeset for help on using the changeset viewer.