summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@mongodb.com>2015-03-26 11:49:42 -0400
committerKeith Bostic <keith.bostic@mongodb.com>2015-03-26 11:49:42 -0400
commitc6dac0bebca8a5a21d945cc55a6519ab27a389d5 (patch)
treee6de0a7a5985a211950532e304148f926b2d94d2
parent44dcc0143ba74bdfd2e9510cb5acb03d68274e25 (diff)
parent4a0e8c816a62263cd5c4d4662563cb23d0538c70 (diff)
downloadmongo-c6dac0bebca8a5a21d945cc55a6519ab27a389d5.tar.gz
Merge pull request #1829 from markbenvenuto/win_fix_scons
Revert "Make LZ4 default off in scons builds for now."
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index bf38c4d7cc1..8e9fae28ac6 100644
--- a/SConstruct
+++ b/SConstruct
@@ -25,7 +25,7 @@ AddOption("--enable-attach", dest="attach", action="store_true", default=False,
AddOption("--enable-diagnostic", dest="diagnostic", action="store_true", default=False,
help="Configure WiredTiger to perform various run-time diagnostic tests. DO NOT configure this option in production environments.")
-AddOption("--enable-lz4", dest="lz4", type="string", nargs=1, action="store_true", default=False,
+AddOption("--enable-lz4", dest="lz4", type="string", nargs=1, action="store",
help="Use LZ4 compression")
AddOption("--enable-python", dest="lang-python", type="string", nargs=1, action="store",