summaryrefslogtreecommitdiffstats
path: root/comm/mail/config/mozconfigs/linux64/source
blob: e4095057f04821eee3ceec9394f5f24436c45c24 (plain)
1
2
3
4
5
6
7
8
9
10
11
. "$topsrcdir/comm/mail/config/mozconfigs/common"

# The source "build" only needs a mozconfig because we use the build system as
# our script for generating it. This allows us to run configure without any
# extra dependencies on specific toolchains, e.g. gtk3.
. "$topsrcdir/build/mozconfig.no-compile"

# mozconfig.no-compile does not remove nodejs requirement.
# The source mozconfig for FF includes the following:
ac_add_options --disable-nodejs
unset NODEJS