mirror of
https://git.tukaani.org/xz.git
synced 2025-04-19 06:00:53 +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:
parent
afcff45cee
commit
793d857e01
@ -229,7 +229,7 @@ fi
|
|||||||
|
|
||||||
m4_define([SUPPORTED_CHECKS], [crc32,crc64,sha256])
|
m4_define([SUPPORTED_CHECKS], [crc32,crc64,sha256])
|
||||||
|
|
||||||
m4_foreach([NAME], [SUPPORTED_FILTERS],
|
m4_foreach([NAME], [SUPPORTED_CHECKS],
|
||||||
[enable_check_[]NAME=no
|
[enable_check_[]NAME=no
|
||||||
])dnl
|
])dnl
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user