mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02: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
4c6e146df9
commit
ec7106309c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue