summaryrefslogtreecommitdiff
path: root/buildscripts/hacks_ubuntu.py
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2009-10-15 16:07:14 -0400
committerEliot Horowitz <eliot@10gen.com>2009-10-15 16:07:14 -0400
commit7636df40d7910bcce2a138f6ec09398c1d9f3339 (patch)
treed100564056bc32f210ce68406dcb1f6a5c16e187 /buildscripts/hacks_ubuntu.py
parent9d96f7ec4597c6f40730216e3b7f95d6b0ea83a9 (diff)
downloadmongo-7636df40d7910bcce2a138f6ec09398c1d9f3339.tar.gz
compiler with xulrunner-1.9.0 - SERVER-359
Diffstat (limited to 'buildscripts/hacks_ubuntu.py')
-rw-r--r--buildscripts/hacks_ubuntu.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildscripts/hacks_ubuntu.py b/buildscripts/hacks_ubuntu.py
index 9ae72a85db5..26714bdd2db 100644
--- a/buildscripts/hacks_ubuntu.py
+++ b/buildscripts/hacks_ubuntu.py
@@ -41,4 +41,6 @@ def foundxulrunner( env , options ):
incroot + "unstable/" ] )
env.Append( CPPDEFINES=[ "XULRUNNER" , "OLDJS" ] )
+ if best.find( "1.9.0" ) >= 0:
+ env.Append( CPPDEFINES=[ "XULRUNNER190" ] )
return True