mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +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:
parent
c5ab9ead8b
commit
79c4ba26b0
@ -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.")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user