diff options
author | Taylor Yu <catalyst@torproject.org> | 2017-05-01 11:15:49 -0400 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2017-05-01 11:16:25 -0400 |
commit | 5a2f1a836f3a7632d15154555d716509b6dcb93f (patch) | |
tree | 7119af4278b2f8c5c9c370f47005b1d8085e37b6 /configure.ac | |
parent | b8f7488e94f2cb83bdf83228781a11233d9f0a46 (diff) | |
download | tor-5a2f1a836f3a7632d15154555d716509b6dcb93f.tar.gz tor-5a2f1a836f3a7632d15154555d716509b6dcb93f.zip |
Fix help message for --enable-lzma
Fixes #22111.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ff917354a3..aa1eda655e 100644 --- a/configure.ac +++ b/configure.ac @@ -746,7 +746,7 @@ dnl ------------------------------------------------------ dnl Where we do we find lzma? AC_ARG_ENABLE(lzma, - AS_HELP_STRING(--enable-lzma, [enable support for the Zstandard compression scheme.]), + AS_HELP_STRING(--enable-lzma, [enable support for the LZMA compression scheme.]), [case "${enableval}" in "yes") lzma=true ;; "no") lzma=false ;; |