From 58707f0558696829d463b35a6173ce854b6df803 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 30 Sep 2008 21:31:30 +0000 Subject: Install pkg-config file for lv2core. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1558 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index baca867..8088bbe 100644 --- a/wscript +++ b/wscript @@ -17,7 +17,6 @@ def set_options(opt): opt.tool_options('compiler_cc') def configure(conf): - conf.check_tool('misc') # subst builder if not conf.env['CC']: conf.check_tool('compiler_cc') if not conf.env['HAVE_LV2CORE']: -- cgit v1.2.1