Patch from nettings to comment out soundtouch-related

configuration checks (#4403).


git-svn-id: svn://localhost/ardour2/branches/3.0@10329 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-10-29 00:12:41 +00:00
parent 3379155ef5
commit aaa486a90f
2 changed files with 3 additions and 3 deletions

View file

@ -603,7 +603,7 @@ const char* const ardour_config_info = "\\n\\
write_config_text('Program name', opts.program_name)
write_config_text('Rubberband', conf.is_defined('HAVE_RUBBERBAND'))
write_config_text('Samplerate', conf.is_defined('HAVE_SAMPLERATE'))
write_config_text('Soundtouch', conf.is_defined('HAVE_SOUNDTOUCH'))
# write_config_text('Soundtouch', conf.is_defined('HAVE_SOUNDTOUCH'))
write_config_text('Translation', opts.nls)
write_config_text('Tranzport', opts.tranzport)
write_config_text('Unit tests', conf.is_defined('BUILD_TESTS'))