1
0
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:
Alexander Bokovoy 2018-02-02 16:34:31 +02:00 committed by Andrew Bartlett
parent 18c3598b66
commit b999fd3c25

View File

@ -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")