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 9d9c6a8047..f47f965265 100644
--- a/wscript
+++ b/wscript
@@ -128,10 +128,6 @@ main_dependencies = [
'func': check_statement(['poll.h', 'unistd.h', 'sys/mman.h'],
'struct pollfd pfd; poll(&pfd, 1, 0); fork(); int f[2]; pipe(f); munmap(f,0)'),
}, {
- 'name': 'fnmatch',
- 'desc': 'fnmatch()',
- 'func': check_statement('fnmatch.h', 'fnmatch("", "", 0)')
- }, {
'name': 'posix-or-mingw',
'desc': 'development environment',
'deps_any': [ 'posix', 'mingw' ],