diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2013-07-15 14:08:02 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2013-08-03 13:24:36 +0300 |
commit | 3dffda33f47dc220bb1738564fe02effa9da4c8e (patch) | |
tree | 18411b08f65b7c29d0292a4d881734d850bea4a5 | |
parent | Man pages: Use similar syntax for synopsis as in xz. (diff) | |
download | xz-3dffda33f47dc220bb1738564fe02effa9da4c8e.tar.xz |
Build: Fix the detection of missing CRC32.
Thanks to Vincent Torri.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |