From c17611e2275ff593efea4a51b343291ce633e919 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 23 Mar 2012 19:27:36 +0000 Subject: Remove unused check for mlock. --- plugins/eg-sampler.lv2/wscript | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/eg-sampler.lv2/wscript') diff --git a/plugins/eg-sampler.lv2/wscript b/plugins/eg-sampler.lv2/wscript index 1f3ec04..dfbfdfc 100644 --- a/plugins/eg-sampler.lv2/wscript +++ b/plugins/eg-sampler.lv2/wscript @@ -34,11 +34,6 @@ def configure(conf): autowaf.check_pkg(conf, 'lv2-lv2plug.in-ns-ext-worker', uselib_store='LV2_WORKER') - conf.check(function_name='mlock', - header_name='sys/mman.h', - define_name='HAVE_MLOCK', - mandatory=False) - autowaf.check_pkg(conf, 'sndfile', uselib_store='SNDFILE', atleast_version='1.0.0', mandatory=True) autowaf.check_pkg(conf, 'gtk+-2.0', uselib_store='GTK2', -- cgit v1.2.1