Revert "Provide a bit more sane way to calculate tolerance"

Tolerance using exponential function wasn't anywhere near as granular as it needed to be

This reverts commit c716505c20.
This commit is contained in:
Bradlee Speice
2012-06-25 16:35:50 -04:00
parent c716505c20
commit 3c314f12f3
2 changed files with 11 additions and 16 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 math.h])
AC_CHECK_HEADERS([limits.h stdlib.h unistd.h])
fi
# Checks for typedefs, structures, and compiler characteristics.