1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

auth/wscript: fix options use

Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Alexander Bokovoy 2018-06-05 19:24:55 +03:00 committed by Andrew Bartlett
parent c5ab9ead8b
commit 79c4ba26b0

View File

@ -3,7 +3,7 @@
import Logs, Options, Utils
import samba3
def set_options(opt):
def options(opt):
help = ("Build with JSON auth audit support (default=True). "
"This requires the jansson devel package.")