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