summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorKarl Linden <karl.j.linden@gmail.com>2015-12-13 09:49:38 +0100
committerKarl Linden <karl.j.linden@gmail.com>2015-12-13 09:49:38 +0100
commit484d28f0d5c740ff7f697156f39efc2aaba12db9 (patch)
tree14b5a42776421bcf3aca5c9b4b723d41d936be9c /linux
parentb62b650d30a3e6e57bbdf9903a9b9fdff326df34 (diff)
downloadjack2-484d28f0d5c740ff7f697156f39efc2aaba12db9.tar.gz
Remove unused HAVE_TIMERFD define.
Diffstat (limited to 'linux')
-rw-r--r--linux/wscript3
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/wscript b/linux/wscript
index 20f03e8b..95cb3f70 100644
--- a/linux/wscript
+++ b/linux/wscript
@@ -8,8 +8,7 @@ def create_jack_driver_obj(bld, target, sources, uselib = None):
driver = bld(features = ['c', 'cxx', 'cxxshlib', 'cshlib'])
driver.env['cxxshlib_PATTERN'] = 'jack_%s.so'
- #driver.defines = ['HAVE_CONFIG_H','SERVER_SIDE', 'HAVE_PPOLL']
- driver.defines = ['HAVE_CONFIG_H','SERVER_SIDE', 'HAVE_PPOLL', 'HAVE_TIMERFD']
+ driver.defines = ['HAVE_CONFIG_H','SERVER_SIDE', 'HAVE_PPOLL']
driver.includes = ['.', '../linux', '../posix', '../common', '../common/jack', '../dbus', '../']
driver.target = target