diff options
author | David Robillard <d@drobilla.net> | 2010-12-16 21:35:17 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-12-16 21:35:17 +0000 |
commit | da14bd7e22e90e52652e24132f4f38c1f6bd1376 (patch) | |
tree | 304f5b215600b8119ec091c507a44286ae8e5d86 /wscript | |
parent | c5112b050af274b37be1af5506f17617d787547b (diff) | |
download | patchage-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
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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) |