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
dee6ad3d59
commit
3e2b198ba3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue