Provide a bit more sane way to calculate tolerance

Keep the default tolerance at INT_MAX
This commit is contained in:
Bradlee Speice
2012-06-25 15:17:15 -04:00
parent 413e8a8f46
commit c716505c20
2 changed files with 16 additions and 11 deletions

View File

@ -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.