Changes in configure.ac [517:2b6d5d22bb23:481:861a9d5ff283] in lemon-main
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r517 r481 22 22 dnl Do compilation tests using the C++ compiler. 23 23 AC_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"; then28 AC_DEFINE([HAVE_LONG_LONG], [1], [Define to 1 if you have long long.])29 fi30 24 31 25 dnl Checks for programs. … … 126 120 echo C++ compiles flags............ : $WARNINGCXXFLAGS $CXXFLAGS 127 121 echo 128 echo Compiler supports long long... : $long_long_found129 echo130 122 echo GLPK support.................. : $lx_glpk_found 131 123 echo CPLEX support................. : $lx_cplex_found
Note: See TracChangeset
for help on using the changeset viewer.