1
0
镜像来自 https://git.tukaani.org/xz.git synced 2025-12-15 09:58:45 +00:00

Build: Fix initialization of enable_check_* variables in configure.ac.

This doesn't matter much in practice since it is unlikely
that anyone would have such environment variable names.

Thanks to Wim Lewis.
This commit is contained in:
Lasse Collin 2011-05-17 12:01:37 +03:00
父節點 4c6e146df9
當前提交 ec7106309c

查看文件

@ -229,7 +229,7 @@ fi
m4_define([SUPPORTED_CHECKS], [crc32,crc64,sha256])
m4_foreach([NAME], [SUPPORTED_FILTERS],
m4_foreach([NAME], [SUPPORTED_CHECKS],
[enable_check_[]NAME=no
])dnl