summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2010-02-03 16:09:23 -0500
committerMathias Stearn <mathias@10gen.com>2010-02-03 16:13:50 -0500
commit38a924346da737ad1d9c0b7d959f324317f8b0c2 (patch)
treea593d07c70dc6ffe671c07bc171a3d5f3b267913
parentbe98c677cccb1727895312723784d01dbdd554e6 (diff)
downloadmongo-38a924346da737ad1d9c0b7d959f324317f8b0c2.tar.gz
Make Archlinux use spidermonkey rather than xulrunner
(cherry picked from commit 492200452750eb091bb199e4a384d45de6c21779)
-rw-r--r--buildscripts/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/buildscripts/__init__.py b/buildscripts/__init__.py
index 7f1b703442e..4119f1b6374 100644
--- a/buildscripts/__init__.py
+++ b/buildscripts/__init__.py
@@ -4,7 +4,6 @@ import os;
def findHacks( un ):
if un[0] == 'Linux' and (os.path.exists("/etc/debian_version") or
- os.path.exists("/etc/arch-release") or
un[3].find("Ubuntu") >= 0):
return hacks_ubuntu
return None