summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index 4941c53774..b8c6edc7d4 100644
--- a/wscript
+++ b/wscript
@@ -224,10 +224,6 @@ iconv support use --disable-iconv.",
'deps': 'os-win32 || os-cygwin',
'func': check_true
}, {
- 'name': '--termios',
- 'desc': 'termios',
- 'func': check_headers('termios.h', 'sys/termios.h'),
- }, {
'name': 'nanosleep',
'desc': 'nanosleep',
'func': check_statement('time.h', 'nanosleep(0,0)')