Changes in configure.ac [515:7992dcb0d0e6:503:64c2641286df] in lemon
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r515 r503 24 24 dnl Do compilation tests using the C++ compiler. 25 25 AC_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"; then30 AC_DEFINE([HAVE_LONG_LONG], [1], [Define to 1 if you have long long.])31 fi32 26 33 27 dnl Checks for programs. … … 123 117 echo C++ compiles flags............ : $CXXFLAGS 124 118 echo 125 echo Compiler supports long long... : $long_long_found126 echo127 119 #echo GLPK support.................. : $lx_glpk_found 128 120 #echo CPLEX support................. : $lx_cplex_found
Note: See TracChangeset
for help on using the changeset viewer.