summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-05-14 17:59:16 +0000
committerDavid Robillard <d@drobilla.net>2011-05-14 17:59:16 +0000
commitc78528dcea03a61685ad0586eaa6302847af6fe9 (patch)
treea887d3fca2259d76513acc30b0bd6e5f634dbe42 /wscript
parent8fc47ac2aeea87bc24a9798c3880441296c55804 (diff)
Use LV2_SUPPORT define instead of HAVE_SLV2.
git-svn-id: svn://localhost/ardour2/branches/3.0@9510 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 8ae4ccbe20..9f1ecb9802 100644
--- a/wscript
+++ b/wscript
@@ -533,7 +533,7 @@ def configure(conf):
autowaf.display_msg(conf, 'Freesound', opts.freesound)
if opts.freesound:
conf.define('FREESOUND',1)
- autowaf.display_msg(conf, 'LV2 Support', bool(conf.env['HAVE_SLV2']))
+ autowaf.display_msg(conf, 'LV2 Support', bool(conf.env['LV2_SUPPORT']))
autowaf.display_msg(conf, 'LV2 UI Embedding', bool(conf.env['HAVE_SUIL']))
autowaf.display_msg(conf, 'OGG', bool(conf.env['HAVE_OGG']))
autowaf.display_msg(conf, 'Rubberband', bool(conf.env['HAVE_RUBBERBAND']))