diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-28 12:05:19 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2020-02-28 12:05:19 -0500 |
commit | 254cc45c94107e127ddb0ad71ef4bb9b2c36d8f8 (patch) | |
tree | 6b048fb86c1a1359d62f25724ac1b147fcd9dde4 /old-configure.in | |
parent | 2d1cf10a310b1d6ac67198a2bdfc0c4e3359949b (diff) | |
download | uxp-254cc45c94107e127ddb0ad71ef4bb9b2c36d8f8.tar.gz |
Issue mcp-graveyard/UXP#1319 - Remove EARLY_BETA_OR_EARLIER condition
Diffstat (limited to 'old-configure.in')
-rw-r--r-- | old-configure.in | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/old-configure.in b/old-configure.in index 30b0200307..c99c49eecb 100644 --- a/old-configure.in +++ b/old-configure.in @@ -2227,19 +2227,6 @@ else AC_MSG_RESULT([no]) fi -# Allow influencing configure with a defines.sh script. -. "${srcdir}/build/defines.sh" - -# If we're not building a release build, define EARLY_BETA_OR_EARLIER if it is -# set in defines.sh -if test "$BUILDING_RELEASE"; then - # Override value in defines.sh, if any - EARLY_BETA_OR_EARLIER= -elif test "$EARLY_BETA_OR_EARLIER"; then - AC_DEFINE(EARLY_BETA_OR_EARLIER) -fi -AC_SUBST(EARLY_BETA_OR_EARLIER) - # Allow someone to change MOZ_APP_NAME and MOZ_APP_BASENAME in mozconfig MOZ_ARG_WITH_STRING(app-name, [--with-app-name=APPNAME sets MOZ_APP_NAME to APPNAME], |