From f03df3cea30d7f05663ef87c227e9fe1a9012826 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 4 Dec 2011 21:16:43 +0000 Subject: [PATCH] make Freesound support default to true git-svn-id: svn://localhost/ardour2/branches/3.0@10891 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index be709cd937..3403388c36 100644 --- a/wscript +++ b/wscript @@ -368,7 +368,7 @@ def options(opt): help='Install MIME type, icons and .desktop file as per freedesktop.org standards') opt.add_option('--freebie', action='store_true', default=False, dest='freebie', help='Build a version suitable for distribution as a zero-cost binary') - opt.add_option('--freesound', action='store_true', default=False, dest='freesound', + opt.add_option('--freesound', action='store_true', default=True, dest='freesound', help='Include Freesound database lookup') opt.add_option('--gprofile', action='store_true', default=False, dest='gprofile', help='Compile for use with gprofile')