From aaa486a90f350f561f4dbf1397fd7fe8797f729d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 29 Oct 2011 00:12:41 +0000 Subject: 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 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index cc0c7d51ce..d1f5832df9 100644 --- a/wscript +++ b/wscript @@ -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')) -- cgit v1.2.3