summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/wscript b/wscript
index 775e0e3..cdbe24c 100644
--- a/wscript
+++ b/wscript
@@ -88,12 +88,6 @@ def configure(conf):
if Options.platform == 'darwin':
defines += ['_DARWIN_C_SOURCE']
- conf.check_cc(function_name='wordexp',
- header_name='wordexp.h',
- defines=defines,
- define_name='HAVE_WORDEXP',
- mandatory=False)
-
conf.check_cc(function_name='flock',
header_name='sys/file.h',
defines=defines,