Browse Source

Remove unnecessary define HAVE_PPOLL.

It is already defined by conf.define().
tags/v1.9.11-RC1
Karl Linden 10 years ago
parent
commit
6399b803a5
No known key found for this signature in database GPG Key ID: 764C09795C812B97
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/wscript

+ 1
- 1
linux/wscript View File

@@ -8,7 +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']

driver.includes = ['.', '../linux', '../posix', '../common', '../common/jack', '../dbus', '../']
driver.target = target


Loading…
Cancel
Save