summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-12-16 21:35:17 +0000
committerDavid Robillard <d@drobilla.net>2010-12-16 21:35:17 +0000
commitda14bd7e22e90e52652e24132f4f38c1f6bd1376 (patch)
tree304f5b215600b8119ec091c507a44286ae8e5d86
parentc5112b050af274b37be1af5506f17617d787547b (diff)
downloadpatchage-da14bd7e22e90e52652e24132f4f38c1f6bd1376.tar.gz
patchage-da14bd7e22e90e52652e24132f4f38c1f6bd1376.tar.bz2
patchage-da14bd7e22e90e52652e24132f4f38c1f6bd1376.zip
Don't attempt to load "misc" tool (fix ticket #606).
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2723 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r--wscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/wscript b/wscript
index a76c059..ee74edd 100644
--- a/wscript
+++ b/wscript
@@ -72,8 +72,6 @@ def configure(conf):
else:
conf.env['HAVE_LASH'] = False
- conf.check_tool('misc') # subst tool
-
# Boost headers
autowaf.check_header(conf, 'boost/shared_ptr.hpp', mandatory=True)
autowaf.check_header(conf, 'boost/weak_ptr.hpp', mandatory=True)