summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-11-02 02:17:50 +0000
committerDoug McLain <doug@nostar.net>2006-11-02 02:17:50 +0000
commitc9d145246276b7632b3762c426c24608bcd57560 (patch)
tree158657804850f4d33a41c278a99106a33609b29b /SConstruct
parentbc3afc09e816853ca3edbfff37dc2c90e2808595 (diff)
Removed LADSPA_PATH from ardev_common.sh, and added the MAC OSX path to list of default directories. Setting LADSPA_PATH in the script was stopping the default paths from being set
git-svn-id: svn://localhost/ardour2/trunk@1050 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3959ef68ba..83ee2c5d7f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -472,7 +472,7 @@ libraries['flac'] = conf.Finish ()
libraries['boost'] = LibraryInfo ()
conf = Configure (libraries['boost'])
-if conf.CheckHeader ('boost/shared_ptr.hpp', language='CXX') == 0:
+if conf.CheckHeader ('boost/shared_ptr.hpp', language='CXX') == False:
print "Boost header files do not appear to be installed."
sys.exit (1)