Skip to content

Commit

Permalink
Bug 1752072 - Remove check for RANLIB. r=firefox-build-system-reviewe…
Browse files Browse the repository at this point in the history
…rs,mhentges

It hasn't been used in the build system since bug 569597.

Differential Revision: https://phabricator.services.mozilla.com/D136987
  • Loading branch information
glandium committed Feb 3, 2022
1 parent 1ea827d commit 41bf6ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build/autoconf/toolchain.m4
Original file line number Diff line number Diff line change
Expand Up @@ -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", :)
Expand Down
1 change: 0 additions & 1 deletion js/sub.configure
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 41bf6ee

Please sign in to comment.