1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

source3/wscript_configure_system_ncurses: 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 91e099d61f
commit 8b5ad021b4

View File

@ -1,4 +1,5 @@
import Logs, Options, sys
import sys
from waflib import Logs, Options
Logs.info("Looking for ncurses features")