#######################################
. $topsrcdir/browser/config/mozconfig

export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
mk_add_options BUILD_OFFICIAL=1
mk_add_options MOZILLA_OFFICIAL=1

# If you want to create a non-static build, comment out the following lines
# The installer scripts can only create installers from static builds
ac_add_options --disable-shared
ac_add_options --enable-static

ac_add_options --disable-activex
ac_add_options --disable-activex-scripting
#######################################
