summaryrefslogtreecommitdiff
path: root/distsrc
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-07-28 19:54:51 -0400
committerEliot Horowitz <eliot@10gen.com>2011-07-28 19:54:51 -0400
commitb1ec2058673f8ca582a490c2dd4a8405698221ae (patch)
treec403f738b1afaf6674967cfa3dc01cc3bf48db33 /distsrc
parent64ae794bd8236baa444fc4e998faeab0c53cf810 (diff)
downloadmongo-b1ec2058673f8ca582a490c2dd4a8405698221ae.tar.gz
compile on linux3 SERVER-3457
Diffstat (limited to 'distsrc')
-rwxr-xr-xdistsrc/client/SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/distsrc/client/SConstruct b/distsrc/client/SConstruct
index c2d309a4e5a..54fc9437d3c 100755
--- a/distsrc/client/SConstruct
+++ b/distsrc/client/SConstruct
@@ -41,7 +41,7 @@ linux = False
if "darwin" == os.sys.platform:
addExtraLibs( "/opt/local/" )
nix = True
-elif "linux2" == os.sys.platform:
+elif "linux2" == os.sys.platform or "linux3" == os.sys.platform:
nix = True
linux = True