From aab98776f602a4bec1a74ee87eb829aadf6437ea Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 16 Dec 2016 16:09:10 +0100 Subject: options: change --h=... behavior Does not match a shell pattern anymore. Instead, a simple sub-string search is done. --- wscript | 4 ---- 1 file changed, 4 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 9d9c6a8047..f47f965265 100644 --- a/wscript +++ b/wscript @@ -127,10 +127,6 @@ main_dependencies = [ # This should be good enough. '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', -- cgit v1.2.3