From ce759e89df4e088f8ef5211d3076be9744096070 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Jul 2011 18:24:38 +0000 Subject: Add missing check for persist.h git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@3421 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index c74c5a2..e914480 100644 --- a/wscript +++ b/wscript @@ -47,6 +47,7 @@ def configure(conf): autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/ext/event/event.h') autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/ext/event/event-helpers.h') autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/ext/uri-map/uri-map.h') + autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/ext/persist/persist.h') if not Options.options.no_jack_session: autowaf.define(conf, 'JALV_JACK_SESSION', 1) -- cgit v1.2.1