aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2013-07-15 14:08:02 +0300
committerLasse Collin <lasse.collin@tukaani.org>2013-07-15 14:08:02 +0300
commit3e2b198ba37b624efd9c7caee2a435dc986b46c6 (patch)
tree855b21071ed76c0b5ba6a23d782e73e9b964bd98
parentxz: Add preliminary support for --flush-timeout=TIMEOUT. (diff)
downloadxz-3e2b198ba37b624efd9c7caee2a435dc986b46c6.tar.xz
Build: Fix the detection of missing CRC32.
Thanks to Vincent Torri.
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 97dfb276..186a39bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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