use volume controller widget for monitor section, drop some now-unused code
[ardour.git] / wscript
diff --git a/wscript b/wscript
index 9882898eb41aac9dbaed1f67bbaafbd22abb02c7..65297a27dc1cca7840ad6231a469dd69ee4bce71 100644 (file)
--- a/wscript
+++ b/wscript
@@ -33,7 +33,10 @@ children = [
        'libs/audiographer',
        'libs/gnomecanvas',
        'gtk2_ardour',
-       'templates'
+       'templates',
+# this needs to be conditional at some point, since
+# we will not build it or use it on OS X
+        'tools/sanity_check'
 ]
 
 i18n_children = [
@@ -464,7 +467,7 @@ def configure(conf):
        autowaf.check_header(conf, 'boost/signals2.hpp', mandatory = True)
 
        if Options.options.boost_sp_debug:
-               conf.env.append_value('CXXFLAGS_BOOST', '-DBOOST_SP_ENABLE_DEBUG_HOOKS')
+               conf.env.append_value('CXXFLAGS', '-DBOOST_SP_ENABLE_DEBUG_HOOKS')
 
        autowaf.check_header(conf, 'jack/session.h', define="JACK_SESSION", mandatory = False)