commit 5a2f1a836f3a7632d15154555d716509b6dcb93f
Author: Taylor Yu <[email protected]>
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 ;;

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to