mirror of
https://github.com/bspeice/libcvautomation
synced 2026-05-30 19:50:58 -04:00
Provide a bit more sane way to calculate tolerance
Keep the default tolerance at INT_MAX
This commit is contained in:
@ -47,7 +47,7 @@ AM_CONDITIONAL(BUILD_EXAMPLES, [test "$with_examples" != "no"])
|
||||
if test "$with_examples" != "no"; then
|
||||
#Headers needed for cva-match
|
||||
echo building examples
|
||||
AC_CHECK_HEADERS([limits.h stdlib.h unistd.h])
|
||||
AC_CHECK_HEADERS([limits.h stdlib.h unistd.h math.h])
|
||||
fi
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
|
||||
Reference in New Issue
Block a user