if test -e "$topsrcdir/mozilla/build/macosx/universal/mozconfig"; then
. $topsrcdir/mozilla/build/macosx/universal/mozconfig
else
. $topsrcdir/build/macosx/universal/mozconfig
fi

ac_add_options --enable-application=suite
ac_add_options --enable-update-channel=release
ac_add_options --enable-update-packaging
ac_add_options --disable-tests

ac_add_options --enable-static
ac_add_options --disable-shared

export CFLAGS="-gdwarf-2"
export CXXFLAGS="-gdwarf-2"

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