summaryrefslogtreecommitdiff
path: root/libs/surfaces/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-07-15 13:21:22 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-07-15 13:21:22 -0400
commit96ea407d1a308373fe3f375485fe4af2065419c0 (patch)
tree16102c6b1112477be9db35d1191101b10a3a6cbb /libs/surfaces/wscript
parent555174d510685a2ea2316f12c635c94f3f327370 (diff)
Revert "Build system changes to support mingw build target"
This reverts commit 94145732f3bd406ec75652117c02c8aaab6777ca.
Diffstat (limited to 'libs/surfaces/wscript')
-rw-r--r--libs/surfaces/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/wscript b/libs/surfaces/wscript
index 1b2948c50a..e0e91af725 100644
--- a/libs/surfaces/wscript
+++ b/libs/surfaces/wscript
@@ -43,7 +43,7 @@ def configure(conf):
#if Options.options.tranzport and conf.is_defined('HAVE_USB'):
# conf.define('BUILD_TRANZPORT', 1)
- if conf.check_cc (header_name='poll.h', define_name='BUILD_MACKIE', mandatory=False):
+ if conf.check_cc (header_name='poll.h', define_name='BUILD_MACKIE'):
sub_config_and_use(conf, 'mackie')
if autowaf.check_pkg (conf, 'liblo', mandatory=False, uselib_store="LO", atleast_version="0.24"):