summaryrefslogtreecommitdiffstats
path: root/src/client/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/wscript')
-rw-r--r--src/client/wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/wscript b/src/client/wscript
index a5120d13..496c7219 100644
--- a/src/client/wscript
+++ b/src/client/wscript
@@ -18,13 +18,13 @@ def build(bld):
ingen_client.cpp
'''
- if bld.env['HAVE_SOUP'] == 1:
+ if bld.is_defined('HAVE_SOUP'):
obj.source += '''
HTTPClientReceiver.cpp
HTTPEngineSender.cpp
'''
- if bld.env['HAVE_LIBLO'] == 1:
+ if bld.is_defined('HAVE_LIBLO'):
obj.source += '''
OSCClientReceiver.cpp
OSCEngineSender.cpp