1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-25 18:08:13 +00:00

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 b69900ed0b
commit 3dffda33f4

View File

@ -260,7 +260,7 @@ else
done done
AC_MSG_RESULT([$enable_checks]) AC_MSG_RESULT([$enable_checks])
fi 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.]) AC_MSG_ERROR([For now, the CRC32 check must always be enabled.])
fi fi