Skip to content

Commit

Permalink
configure: Add --disable-module-relay to summary
Browse files Browse the repository at this point in the history
Closes #32266

Signed-off-by: David Goulet <dgoulet@torproject.org>
  • Loading branch information
dgoulet-tor committed Oct 24, 2019
1 parent a03c039 commit cf5f52d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2624,6 +2624,9 @@ PPRINT_SUBTITLE([Modules])
test "x$enable_module_dirauth" != "xno" && value=1 || value=0
PPRINT_PROP_BOOL([Directory Authority (--disable-module-dirauth)], $value)

test "x$enable_module_relay" != "xno" && value=1 || value=0
PPRINT_PROP_BOOL([Relay (--disable-module-relay)], $value)

AS_ECHO
PPRINT_SUBTITLE([Documentation])

Expand Down

0 comments on commit cf5f52d

Please sign in to comment.