summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-01-08 04:18:00 +0000
committerDavid Robillard <d@drobilla.net>2012-01-08 04:18:00 +0000
commit1c18b0ba64be0e03867b95dff80bed3b4568c57b (patch)
tree6f626222a021dc64cb4803dca91793b4f63befd9 /wscript
parentc8d1e0d49e2808e225e496cff0cfc8d0de72adc9 (diff)
downloadlilv-1c18b0ba64be0e03867b95dff80bed3b4568c57b.tar.gz
lilv-1c18b0ba64be0e03867b95dff80bed3b4568c57b.tar.bz2
lilv-1c18b0ba64be0e03867b95dff80bed3b4568c57b.zip
Move all non-portable stuff to util.c.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3921 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript6
1 files changed, 0 insertions, 6 deletions
diff --git a/wscript b/wscript
index 730c814..e712038 100644
--- a/wscript
+++ b/wscript
@@ -97,12 +97,6 @@ def configure(conf):
define_name='HAVE_FILENO',
mandatory=False)
- conf.check_cc(function_name='mkdir',
- header_name=['sys/stat.h','sys/types.h'],
- defines='_POSIX_SOURCE',
- define_name='HAVE_MKDIR',
- mandatory=False)
-
autowaf.define(conf, 'LILV_VERSION', LILV_VERSION)
if Options.options.dyn_manifest:
autowaf.define(conf, 'LILV_DYN_MANIFEST', 1)