Fix help message for --enable-lzma

Fixes #22111.
This commit is contained in:
Taylor Yu 2017-05-01 11:15:49 -04:00
parent b8f7488e94
commit 5a2f1a836f
1 changed files with 1 additions and 1 deletions

View File

@ -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 ;;