]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Build: Fix the detection of missing CRC32.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 15 Jul 2013 11:08:02 +0000 (14:08 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 15 Jul 2013 11:08:02 +0000 (14:08 +0300)
Thanks to Vincent Torri.

configure.ac

index 97dfb2760f58b54ec15049328d83761c49d7ceed..186a39bb81e43d36de6c3ebee332df5741f767fa 100644 (file)
@@ -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