mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
third_party/aesni-intel/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
ca5008a49d
commit
ba03d12094
4
third_party/aesni-intel/wscript
vendored
4
third_party/aesni-intel/wscript
vendored
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env python
|
||||
import Options
|
||||
import Utils
|
||||
from waflib import Options
|
||||
from waflib import Utils
|
||||
|
||||
def configure(conf):
|
||||
if Options.options.accel_aes.lower() == "intelaesni":
|
||||
|
Loading…
Reference in New Issue
Block a user