From 73cc81a2f5a9065a82506092c4fa8877b9398c79 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 16 Jan 2008 18:06:13 +0000 Subject: [PATCH] Added more obvious error message when SLV2 is too old. git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2925 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 1 + 1 file changed, 1 insertion(+) diff --git a/SConstruct b/SConstruct index b0dfbb292c..e12852cd96 100644 --- a/SConstruct +++ b/SConstruct @@ -536,6 +536,7 @@ if env['LV2']: libraries['slv2'].ParseConfig('pkg-config --cflags --libs slv2') else: print 'Building Ardour with LV2 support requires SLV2 >= 0.4.4' + print 'WARNING: SLV2 not found, or too old. Ardour will be built without LV2 support.' env['LV2'] = 0 conf.Finish() -- 2.30.2