From: Lasse Collin Date: Mon, 15 Jul 2013 11:08:02 +0000 (+0300) Subject: Build: Fix the detection of missing CRC32. X-Git-Tag: v5.0.6~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dffda33f47dc220bb1738564fe02effa9da4c8e;p=thirdparty%2Fxz.git Build: Fix the detection of missing CRC32. Thanks to Vincent Torri. --- diff --git a/configure.ac b/configure.ac index 305c858d..cf566f5e 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