Browse Source

Fix help message for --enable-lzma

Fixes #22111.
Taylor Yu 7 years ago
parent
commit
5a2f1a836f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.ac

+ 1 - 1
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 ;;