summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2012-02-06 00:20:39 -0500
committerEliot Horowitz <eliot@10gen.com>2012-02-06 00:21:07 -0500
commite74f5546d554f8de441b62f264c73ea86913c4f8 (patch)
treebc13e109cc268bc83ced5441dd6b3e01a81535a2
parent4ef4f1904c55448bb2e197d0dca06b543b1e0a57 (diff)
downloadmongo-e74f5546d554f8de441b62f264c73ea86913c4f8.tar.gz
fix --use-system-snappy SERVER-4634
-rw-r--r--third_party/snappy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/snappy.py b/third_party/snappy.py
index e53ee632bbd..e9881106c87 100644
--- a/third_party/snappy.py
+++ b/third_party/snappy.py
@@ -11,4 +11,4 @@ def configure( env , fileLists , options ):
fileLists["serverOnlyFiles"] += [ myenv.Object(f) for f in files ]
def configureSystem( env , fileLists , options ):
- configure( env , fileLists , options )
+ env.Append( LIBS=[ "snappy" ] )