summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2015-03-26 11:31:27 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2015-03-26 11:31:27 -0400
commit4a0e8c816a62263cd5c4d4662563cb23d0538c70 (patch)
treee6de0a7a5985a211950532e304148f926b2d94d2 /SConstruct
parent44dcc0143ba74bdfd2e9510cb5acb03d68274e25 (diff)
downloadmongo-4a0e8c816a62263cd5c4d4662563cb23d0538c70.tar.gz
Revert "Make LZ4 default off in scons builds for now."
This reverts commit 67b71e1eaad1a5825f99a415d9851976f11dbfee.
Diffstat (limited to 'SConstruct')
-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",