summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-01-10 18:30:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-01-10 18:30:10 +0000
commitbd6dba5c6d91b21ab5b0cc609182b1cb5e44e9f1 (patch)
treeb3e4bbeeaa027040fcc1ab3a6da9cefaf93ecdf3 /SConstruct
parenta8ac24c56ab41ce5e6d04d143fcff99940849ef1 (diff)
minor tweaks
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2879 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 55c08d2375..88b15db0f3 100644
--- a/SConstruct
+++ b/SConstruct
@@ -775,6 +775,7 @@ libraries['vamp'] = LibraryInfo (LIBS='vampsdk',
env['RUBBERBAND'] = False
conf = Configure (env)
+
if conf.CheckHeader ('fftw3.h'):
env['RUBBERBAND'] = True
libraries['rubberband'] = LibraryInfo (LIBS='rubberband',