summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndreas Nilsson <andreas.nilsson@10gen.com>2015-08-27 12:52:06 -0400
committerAndreas Nilsson <andreas.nilsson@10gen.com>2015-08-27 12:53:57 -0400
commit8c50632c3cfd5f3e1be6c6780b23f36c7ed975ac (patch)
tree5ac846f4e70f53f31d2bc8dc0399aedeeb073a99 /SConstruct
parentec0aebd35a7f58d0bff8f0f5d178de836a9b8b1a (diff)
downloadmongo-8c50632c3cfd5f3e1be6c6780b23f36c7ed975ac.tar.gz
SERVER-19845 Fix 32-bit compile issue by adding WT enabled define
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 12f731fc5fa..1381cc316b9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1427,6 +1427,7 @@ if get_option('wiredtiger') == 'on':
"Re-run scons with --wiredtiger=off to build on 32-bit platforms")
else:
wiredtiger = True
+ env.SetConfigHeaderDefine("MONGO_CONFIG_WIREDTIGER_ENABLED")
if get_option('experimental-decimal-support') == 'on':
env.SetConfigHeaderDefine("MONGO_CONFIG_EXPERIMENTAL_DECIMAL_SUPPORT")