. $topsrcdir/build/macosx/mozconfig.common

ac_add_options --enable-verify-mar

# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1

# Enable Telemetry
export MOZ_TELEMETRY_REPORTING=1

if test "${MOZ_UPDATE_CHANNEL}" = "nightly"; then
ac_add_options --with-macbundlename-prefix=Firefox
fi

# Package js shell.
export MOZ_PACKAGE_JSSHELL=1

ac_add_options --with-branding=browser/branding/nightly

. "$topsrcdir/build/mozconfig.rust"
. "$topsrcdir/build/mozconfig.common.override"
. "$topsrcdir/build/mozconfig.cache"