0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-29 16:47:28 +01:00

better debian support

This commit is contained in:
Eliot Horowitz 2009-11-20 14:24:20 -05:00
parent 8eed878308
commit 340f06ab24

View File

@ -4,7 +4,8 @@ import os
def insert( env , options ): def insert( env , options ):
if not foundxulrunner( env , options ): if not foundxulrunner( env , options ):
env.Append( CPPDEFINES=[ "MOZJS" ] ) if os.path.exists( "usr/include/mozjs/" ):
env.Append( CPPDEFINES=[ "MOZJS" ] )
def foundxulrunner( env , options ): def foundxulrunner( env , options ):