mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
Merge branch 'maint-0.4.3'
This commit is contained in:
commit
a8a92b9456
4
changes/ticket33646
Normal file
4
changes/ticket33646
Normal file
@ -0,0 +1,4 @@
|
||||
o Minor bugfixes (build system):
|
||||
- Correctly output the enabled module in the configure summary. Before that,
|
||||
the list shown was just plain wrong. Fixes bug 33646; bugfix on
|
||||
0.4.3.2-alpha.
|
@ -2673,7 +2673,7 @@ PPRINT_SUBTITLE([Modules])
|
||||
|
||||
m4_foreach_w([mname], MODULES,
|
||||
[
|
||||
test "xenable_module_mname" != "xno" && value=1 || value=0
|
||||
AM_COND_IF(m4_join([], [BUILD_MODULE_], m4_toupper([]mname[])), value=1, value=0)
|
||||
PPRINT_PROP_BOOL([mname (--disable-module-mname)], $value)
|
||||
]
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user