]> 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>
Sat, 3 Aug 2013 10:24:36 +0000 (13:24 +0300)
Thanks to Vincent Torri.

configure.ac

index 305c858dd6dce0af9b82bc71292c89c57f1c8650..cf566f5ee6190a20a23f7095385aa952844510b8 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