summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-06 14:02:22 +1000
committerteor <teor@torproject.org>2019-11-06 14:08:07 +1000
commitbf5b17d8bbcc55fbae67b5c45077b9dcba697048 (patch)
treead5ea905342ffe934ddde42fb68f3ac74dedbb9d /Makefile.am
parent9ca25f3a68374ca4787b4eaa8bf4fb3365061d26 (diff)
downloadtor-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 'Makefile.am')
0 files changed, 0 insertions, 0 deletions