Remove silly print.

git-svn-id: svn://localhost/ardour2/branches/3.0@10812 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2011-11-23 19:55:26 +00:00
parent 2780e0ce5d
commit 8b07828f0b

View file

@ -334,7 +334,6 @@ int main(int argc, char **argv) {
conf.define ('HAVE_OGG', 1)
if Options.options.lv2 and conf.is_defined('HAVE_LILV'):
print "LV2 option was ", Options.options.lv2
conf.define ('LV2_SUPPORT', 1)
conf.write_config_header('libardour-config.h', remove=False)