Changeset 485:7992dcb0d0e6 in lemon-1.2 for configure.ac
- Timestamp:
- 02/20/09 19:06:10 (16 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure.ac
r478 r485 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"; then 30 AC_DEFINE([HAVE_LONG_LONG], [1], [Define to 1 if you have long long.]) 31 fi 26 32 27 33 dnl Checks for programs. … … 117 123 echo C++ compiles flags............ : $CXXFLAGS 118 124 echo 125 echo Compiler supports long long... : $long_long_found 126 echo 119 127 #echo GLPK support.................. : $lx_glpk_found 120 128 #echo CPLEX support................. : $lx_cplex_found
Note: See TracChangeset
for help on using the changeset viewer.