summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2020-02-19 20:38:12 +0100
committerwm4 <wm4@nowhere>2020-02-19 20:38:12 +0100
commite22b771ff841f7afa91128ed0a1d79aa3e2bc429 (patch)
tree51d0be8d4ef1ff5a891cee8d47061696730c9cab /wscript
parent6d8b4ca742d931634be19fb01d4310d7b7fb8de0 (diff)
downloadmpv-e22b771ff841f7afa91128ed0a1d79aa3e2bc429.tar.bz2
mpv-e22b771ff841f7afa91128ed0a1d79aa3e2bc429.tar.xz
build: remove fchmod() check
This is UNIX-only code, and this function has been in POSIX since forever. Even Android has it. The test should be unnecessary, so remove it.
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 0 insertions, 4 deletions
diff --git a/wscript b/wscript
index b918d7cfc0..7506b1bceb 100644
--- a/wscript
+++ b/wscript
@@ -282,10 +282,6 @@ iconv support use --disable-iconv.",
'deps': 'glob-posix || glob-win32',
'func': check_true,
}, {
- 'name': 'fchmod',
- 'desc': 'fchmod()',
- 'func': check_statement('sys/stat.h', 'fchmod(0, 0)'),
- }, {
'name': 'vt.h',
'desc': 'vt.h',
'func': check_statement(['sys/vt.h', 'sys/ioctl.h'],