summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorAndy Schwerin <schwerin@10gen.com>2012-03-24 10:42:10 -0400
committerAndy Schwerin <schwerin@10gen.com>2012-03-28 20:23:09 -0400
commitfba1ca674b59ddcc1ade1cf586ea9a6106e6baf2 (patch)
tree0791d848497d1e4e7d33c38e2929170b124abd63 /SConstruct
parent4de8795575e1e65f920aa155a1702a10b37abcb0 (diff)
downloadmongo-fba1ca674b59ddcc1ade1cf586ea9a6106e6baf2.tar.gz
SCons: Move snappy library building into its own SConscript.
Move away from the third-party-specific module importer, as with boost and pcre.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 9bc8d1bb682..0de52ff92a4 100644
--- a/SConstruct
+++ b/SConstruct
@@ -214,6 +214,8 @@ add_option( "use-system-pcre", "use system version of pcre library", 0, True )
add_option( "use-system-boost", "use system version of boost libraries", 0, True )
+add_option( "use-system-snappy", "use system version of snappy library", 0, True )
+
add_option( "use-system-all" , "use all system libraries", 0 , True )
add_option( "use-cpu-profiler",