COIN-OR::LEMON - Graph Library

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r793 r744  
    8484AM_CONDITIONAL([WANT_TOOLS], [test x"$enable_tools" != x"no"])
    8585
    86 dnl Support for running test cases using valgrind.
    87 use_valgrind=no
    88 AC_ARG_ENABLE([valgrind],
    89 AS_HELP_STRING([--enable-valgrind], [use valgrind when running tests]),
    90               [use_valgrind=yes])
    91 
    92 if [[ "$use_valgrind" = "yes" ]]; then
    93   AC_CHECK_PROG(HAVE_VALGRIND, valgrind, yes, no)
    94 
    95   if [[ "$HAVE_VALGRIND" = "no" ]]; then
    96     AC_MSG_ERROR([Valgrind not found in PATH.])
    97   fi
    98 fi
    99 AM_CONDITIONAL(USE_VALGRIND, [test "$use_valgrind" = "yes"])
    100 
    10186dnl Checks for header files.
    10287AC_CHECK_HEADERS(limits.h sys/time.h sys/times.h unistd.h)
     
    144129echo
    145130echo Build additional tools........ : $enable_tools
    146 echo Use valgrind for tests........ : $use_valgrind
    147131echo
    148132echo The packace will be installed in
Note: See TracChangeset for help on using the changeset viewer.