From 41bf6ee9ab76bb0a90f0b1fd8c62611a714d00cd Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Thu, 3 Feb 2022 00:06:30 +0000 Subject: [PATCH] Bug 1752072 - Remove check for RANLIB. r=firefox-build-system-reviewers,mhentges It hasn't been used in the build system since bug 569597. Differential Revision: https://phabricator.services.mozilla.com/D136987 --- build/autoconf/toolchain.m4 | 1 - js/sub.configure | 1 - 2 files changed, 2 deletions(-) diff --git a/build/autoconf/toolchain.m4 b/build/autoconf/toolchain.m4 index ac139ccc81bb8..e7227fd2cd64e 100644 --- a/build/autoconf/toolchain.m4 +++ b/build/autoconf/toolchain.m4 @@ -79,7 +79,6 @@ esac AC_PROG_CC AC_PROG_CXX -AC_CHECK_PROGS(RANLIB, "${TOOLCHAIN_PREFIX}ranlib", :) AC_CHECK_PROGS(LIPO, "${TOOLCHAIN_PREFIX}lipo", :) AC_CHECK_PROGS(OTOOL, "${TOOLCHAIN_PREFIX}otool", :) AC_CHECK_PROGS(INSTALL_NAME_TOOL, "${TOOLCHAIN_PREFIX}install_name_tool", :) diff --git a/js/sub.configure b/js/sub.configure index 58884565e078c..a331a9356bfc0 100644 --- a/js/sub.configure +++ b/js/sub.configure @@ -52,7 +52,6 @@ def old_js_configure_env(substs, mozconfig): for var in ( "MOZ_DEV_EDITION", "STLPORT_LIBS", - "RANLIB", ): if var in substs: value = substs[var]