From: David Robillard Date: Wed, 16 Jan 2008 18:06:13 +0000 (+0000) Subject: Added more obvious error message when SLV2 is too old. X-Git-Tag: 2.8.16~1691 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=73cc81a2f5a9065a82506092c4fa8877b9398c79;p=ardour.git 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 --- 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()