From e333c69a16e1332a1da3e9ff6ec92645c4bdb729 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 19 Oct 2011 01:27:41 +0000 Subject: Check for LV2 extensions via pkg-config (new style in LV2 SVN). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3547 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 2 -- 1 file changed, 2 deletions(-) diff --git a/wscript b/wscript index 669645e..61adfc1 100644 --- a/wscript +++ b/wscript @@ -75,8 +75,6 @@ def configure(conf): define_name='HAVE_WORDEXP', mandatory=False) - autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/lv2core/lv2.h') - conf.env.append_unique('CFLAGS', '-std=c99') autowaf.define(conf, 'LILV_VERSION', LILV_VERSION) if Options.options.dyn_manifest: -- cgit v1.2.1