mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Merge branch 'tor-gitlab/mr/264'
This commit is contained in:
commit
61803775e8
2
changes/bug40236
Normal file
2
changes/bug40236
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
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.
|
@ -2816,10 +2816,10 @@ PPRINT_PROP_BOOL([libscrypt (--disable-libscrypt)], $value)
|
|||||||
test "x$enable_systemd" = "xyes" && value=1 || value=0
|
test "x$enable_systemd" = "xyes" && value=1 || value=0
|
||||||
PPRINT_PROP_BOOL([Systemd support (--enable-systemd)], $value)
|
PPRINT_PROP_BOOL([Systemd support (--enable-systemd)], $value)
|
||||||
|
|
||||||
test "x$enable_lzma" = "xyes" && value=1 || value=0
|
test "x$have_lzma" = "xyes" && value=1 || value=0
|
||||||
PPRINT_PROP_BOOL([liblzma (--enable-lzma)], $value)
|
PPRINT_PROP_BOOL([liblzma (--enable-lzma)], $value)
|
||||||
|
|
||||||
test "x$enable_zstd" = "xyes" && value=1 || value=0
|
test "x$have_zstd" = "xyes" && value=1 || value=0
|
||||||
PPRINT_PROP_BOOL([libzstd (--enable-zstd)], $value)
|
PPRINT_PROP_BOOL([libzstd (--enable-zstd)], $value)
|
||||||
|
|
||||||
AS_ECHO
|
AS_ECHO
|
||||||
|
Loading…
Reference in New Issue
Block a user