From 8f40737fc7d44857a0cbd283016c19d230646c72 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 28 Feb 2020 12:05:19 -0500 Subject: Issue #1319 - Remove EARLY_BETA_OR_EARLIER condition --- old-configure.in | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'old-configure.in') diff --git a/old-configure.in b/old-configure.in index 30b020030..c99c49eec 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], -- cgit v1.2.3