summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-10-29 00:12:41 +0000
committerCarl Hetherington <carl@carlh.net>2011-10-29 00:12:41 +0000
commitaaa486a90f350f561f4dbf1397fd7fe8797f729d (patch)
tree3227536ae370edaf8f065d564a8e827dab3956d7 /libs
parent3379155ef5f0de8e5b33b2bc1f6e1e4ea86f14ce (diff)
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
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 210c80e434..d7e8864013 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -259,8 +259,8 @@ def configure(conf):
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')