mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Build: Fix the detection of missing CRC32.
Thanks to Vincent Torri.
This commit is contained in:
parent
b69900ed0b
commit
3dffda33f4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue