1
0
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:
Alexander Bokovoy 2018-02-02 16:34:32 +02:00 committed by Andrew Bartlett
parent ca5008a49d
commit ba03d12094

View File

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