Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
5a2f1a83
Commit
5a2f1a83
authored
May 01, 2017
by
Taylor Yu
Browse files
Fix help message for --enable-lzma
Fixes #22111.
parent
b8f7488e
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
5a2f1a83
...
...
@@ -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 ;;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment