diff options
author | Mathias Stearn <mathias@10gen.com> | 2010-02-03 16:09:23 -0500 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2010-02-03 16:10:05 -0500 |
commit | 492200452750eb091bb199e4a384d45de6c21779 (patch) | |
tree | 21e1cbb0267d48efc613d67df7e5b90de4d003b2 /buildscripts/__init__.py | |
parent | aeae928580e5e9ae5aa21f46ee1b7857bd5cd282 (diff) | |
download | mongo-492200452750eb091bb199e4a384d45de6c21779.tar.gz |
Make Archlinux use spidermonkey rather than xulrunner
Diffstat (limited to 'buildscripts/__init__.py')
-rw-r--r-- | buildscripts/__init__.py | 1 |
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 |