1
0
鏡像自 https://git.tukaani.org/xz.git synced 2025-07-06 12:26:39 +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
父節點 b69900ed0b
當前提交 3dffda33f4

查看文件

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