summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2010-04-15 11:49:16 -0400
committerEliot Horowitz <eliot@10gen.com>2010-04-27 09:38:52 -0400
commit1a7ad0ec4a28f43a45824fb842bc6dd406ef3a11 (patch)
tree978c57fd8ca842a36c8e3134b5166c93a1d4864b
parent839236d8699c8b9590f21d8c158e4f3177b946c0 (diff)
downloadmongo-1a7ad0ec4a28f43a45824fb842bc6dd406ef3a11.tar.gz
ugly hacks for xulrunner
-rw-r--r--buildscripts/hacks_ubuntu.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/buildscripts/hacks_ubuntu.py b/buildscripts/hacks_ubuntu.py
index 480c6226856..81deddd2fba 100644
--- a/buildscripts/hacks_ubuntu.py
+++ b/buildscripts/hacks_ubuntu.py
@@ -45,5 +45,8 @@ def foundxulrunner( env , options ):
env.Append( CPPDEFINES=[ "XULRUNNER" , "OLDJS" ] )
if best.find( "1.9.0" ) >= 0 or best.endswith("1.9"):
- env.Append( CPPDEFINES=[ "XULRUNNER190" ] )
+ if best.endswith( "1.9.1.9" ):
+ pass
+ else:
+ env.Append( CPPDEFINES=[ "XULRUNNER190" ] )
return True