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