Skip to content

Commit 41bf6ee

Browse files
committed
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
1 parent 1ea827d commit 41bf6ee

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/autoconf/toolchain.m4

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ esac
7979
AC_PROG_CC
8080
AC_PROG_CXX
8181
82-
AC_CHECK_PROGS(RANLIB, "${TOOLCHAIN_PREFIX}ranlib", :)
8382
AC_CHECK_PROGS(LIPO, "${TOOLCHAIN_PREFIX}lipo", :)
8483
AC_CHECK_PROGS(OTOOL, "${TOOLCHAIN_PREFIX}otool", :)
8584
AC_CHECK_PROGS(INSTALL_NAME_TOOL, "${TOOLCHAIN_PREFIX}install_name_tool", :)

js/sub.configure

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def old_js_configure_env(substs, mozconfig):
5252
for var in (
5353
"MOZ_DEV_EDITION",
5454
"STLPORT_LIBS",
55-
"RANLIB",
5655
):
5756
if var in substs:
5857
value = substs[var]

0 commit comments

Comments
 (0)