[tor-commits] [tor/master] Fix help message for --enable-lzma
nickm at torproject.org
nickm at torproject.org
Mon May 1 16:49:40 UTC 2017
commit 5a2f1a836f3a7632d15154555d716509b6dcb93f
Author: Taylor Yu <catalyst at torproject.org>
Date: Mon May 1 11:15:49 2017 -0400
Fix help message for --enable-lzma
Fixes #22111.
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index ff91735..aa1eda6 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 ;;
More information about the tor-commits
mailing list