summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-27 02:32:53 +0000
committerDavid Robillard <d@drobilla.net>2009-02-27 02:32:53 +0000
commitc54fe0e7cdba6b7496d759e617f89efcbcb494d6 (patch)
tree8abffdce6713fe5e70cdf0a8a0be00f506dd5054 /libs
parentca28b2460abca01b5dfbe6367acacab15a9425b2 (diff)
Print more configuration summary stuff (sound libs).
git-svn-id: svn://localhost/ardour2/branches/3.0@4700 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/wscript b/libs/ardour/wscript
index 964da7c525..44969e0a6e 100644
--- a/libs/ardour/wscript
+++ b/libs/ardour/wscript
@@ -49,6 +49,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'soundtouch-1.0', uselib_store='SOUNDTOUCH', mandatory=False)
conf.env.append_value('CXXFLAGS', '-DUSE_RUBBERBAND')
+ conf.define('HAVE_RUBBERBAND', 1)
check_header_and_define(conf, 'sys/vfs.h', 'HAVE_SYS_VFS_H')
check_header_and_define(conf, 'wordexp.h', 'HAVE_WORDEXP')