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
Ali Raheem
Tor
Commits
61803775
Commit
61803775
authored
Jan 20, 2021
by
David Goulet
🤘
Browse files
Merge branch 'tor-gitlab/mr/264'
parents
9a0a91dc
07f37c64
Changes
2
Hide whitespace changes
Inline
Side-by-side
changes/bug40236
0 → 100644
View file @
61803775
o Minor bugfixes (build):
- Mini-report in the configure script now shows whether or not lzma and zstd have been used, not just if enable flag passed in. Fixes bug 40236; bugfix on 0.4.3.1-alpha.
configure.ac
View file @
61803775
...
...
@@ -2816,10 +2816,10 @@ PPRINT_PROP_BOOL([libscrypt (--disable-libscrypt)], $value)
test "x$enable_systemd" = "xyes" && value=1 || value=0
PPRINT_PROP_BOOL([Systemd support (--enable-systemd)], $value)
test "x$
enabl
e_lzma" = "xyes" && value=1 || value=0
test "x$
hav
e_lzma" = "xyes" && value=1 || value=0
PPRINT_PROP_BOOL([liblzma (--enable-lzma)], $value)
test "x$
enabl
e_zstd" = "xyes" && value=1 || value=0
test "x$
hav
e_zstd" = "xyes" && value=1 || value=0
PPRINT_PROP_BOOL([libzstd (--enable-zstd)], $value)
AS_ECHO
...
...
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