Index: libs/ardour/wscript
===================================================================
--- libs/ardour/wscript	(revision 10326)
+++ libs/ardour/wscript	(working copy)
@@ -112,6 +112,7 @@
         'interpolation.cc',
         'io.cc',
         'io_processor.cc',
+        'jack_connections.cc',
         'jack_slave.cc',
         'ladspa_plugin.cc',
         'location.cc',
@@ -259,8 +260,8 @@
     if conf.is_defined('HAVE_LILV'):
         autowaf.check_pkg(conf, 'suil-0', uselib_store='SUIL',
                           atleast_version='0.2.0', mandatory=False)
-    autowaf.check_pkg(conf, 'soundtouch-1.0', uselib_store='SOUNDTOUCH',
-                      mandatory=False)
+    # autowaf.check_pkg(conf, 'soundtouch-1.0', uselib_store='SOUNDTOUCH',
+    #                  mandatory=False)
     autowaf.check_pkg(conf, 'cppunit', uselib_store='CPPUNIT',
                       atleast_version='1.12.0', mandatory=False)
     autowaf.check_pkg(conf, 'ogg', uselib_store='OGG', atleast_version='1.1.2')
Index: wscript
===================================================================
--- wscript	(revision 10326)
+++ wscript	(working copy)
@@ -603,7 +603,7 @@
     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'))
