Build: Fix the detection of missing CRC32.

Thanks to Vincent Torri.
This commit is contained in:
Lasse Collin 2013-07-15 14:08:02 +03:00
parent dee6ad3d59
commit 3e2b198ba3
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ else
done
AC_MSG_RESULT([$enable_checks])
fi
if test "x$enable_checks_crc32" = xno ; then
if test "x$enable_check_crc32" = xno ; then
AC_MSG_ERROR([For now, the CRC32 check must always be enabled.])
fi