summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
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 /src/mongo/SConscript
parentec0aebd35a7f58d0bff8f0f5d178de836a9b8b1a (diff)
downloadmongo-8c50632c3cfd5f3e1be6c6780b23f36c7ed975ac.tar.gz
SERVER-19845 Fix 32-bit compile issue by adding WT enabled define
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index dca23295baf..5fbf7aebc6d 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -243,6 +243,7 @@ config_header_substs = (
('@mongo_config_have_std_make_unique@', 'MONGO_CONFIG_HAVE_STD_MAKE_UNIQUE'),
('@mongo_config_optimized_build@', 'MONGO_CONFIG_OPTIMIZED_BUILD'),
('@mongo_config_ssl@', 'MONGO_CONFIG_SSL'),
+ ('@mongo_config_wiredtiger_enabled@', 'MONGO_CONFIG_WIREDTIGER_ENABLED'),
)
def makeConfigHeaderDefine(self, key):