mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
lib/crypto/wscript: update to handle waf 2.0.4
Signed-off-by: Alexander Bokovoy <ab@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
18c3598b66
commit
b999fd3c25
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
def set_options(opt):
|
||||
def options(opt):
|
||||
opt.add_option('--accel-aes',
|
||||
help=("Should we use accelerated AES crypto functions. Options are intelaesni|none."),
|
||||
action="store", dest='accel_aes', default="none")
|
||||
|
Loading…
Reference in New Issue
Block a user