diff options
author | teor <teor@torproject.org> | 2019-11-06 14:02:22 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-11-06 14:08:07 +1000 |
commit | bf5b17d8bbcc55fbae67b5c45077b9dcba697048 (patch) | |
tree | ad5ea905342ffe934ddde42fb68f3ac74dedbb9d /.editorconfig | |
parent | 9ca25f3a68374ca4787b4eaa8bf4fb3365061d26 (diff) | |
download | tor-bf5b17d8bbcc55fbae67b5c45077b9dcba697048.tar.gz tor-bf5b17d8bbcc55fbae67b5c45077b9dcba697048.zip |
configure: Fix variable name typos
The "if-present" clause of AC_ARG_ENABLE() sets enable_{lzma,zstd},
so we don't need to set it. The "if-not-present" clause needs to set
enable_{lzma,zstd}, rather than just {lzma,zstd}.
The rest of the script only ever checks for enable_{lzma,zstd} = no,
so these changes do not actually change the behaviour of configure.
Fixes bug 32401.
Diffstat (limited to '.editorconfig')
0 files changed, 0 insertions, 0 deletions