forked from mirrors/gecko-dev
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
This commit is contained in:
parent
1ea827dc69
commit
41bf6ee9ab
2 changed files with 0 additions and 2 deletions
|
|
@ -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", :)
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue