aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-23 02:42:33 +0000
committerDavid Robillard <d@drobilla.net>2011-12-23 02:42:33 +0000
commite36a95bd35301c5343e593ef385f8b7573d9d606 (patch)
tree7f5d2243a970b4c85ca33ff0075259ba5e41d304 /wscript
parentbc8783a4b754296178da50805b275abcf5ff5738 (diff)
downloadjalv-e36a95bd35301c5343e593ef385f8b7573d9d606.tar.gz
jalv-e36a95bd35301c5343e593ef385f8b7573d9d606.tar.bz2
jalv-e36a95bd35301c5343e593ef385f8b7573d9d606.zip
Use new LilvState API for state/presets.
git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3900 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index b2c1973..14da9b6 100644
--- a/wscript
+++ b/wscript
@@ -60,11 +60,6 @@ def configure(conf):
autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-ui-resize',
uselib_store='LV2_UI_RESIZE', mandatory=False)
- conf.check(function_name='lockf',
- header_name='unistd.h',
- define_name='HAVE_LOCKF',
- mandatory=False)
-
if not Options.options.no_jack_session:
autowaf.define(conf, 'JALV_JACK_SESSION', 1)