Bug 1667892 - Move search for wget binary from old-configure to Python configure r=dmajor

Differential Revision: https://phabricator.services.mozilla.com/D91645
This commit is contained in:
Ricky Stewart 2020-09-28 22:33:33 +00:00
parent ccfcd9d6f1
commit d9aa989230
2 changed files with 2 additions and 3 deletions

View File

@ -2513,3 +2513,5 @@ set_config('AR_FLAGS', ar_config.flags)
js_option('--enable-cpp-rtti', help='Enable C++ RTTI')
add_old_configure_assignment('_MOZ_USE_RTTI', '1', when='--enable-cpp-rtti')
check_prog('WGET', ('wget',), allow_missing=True)

View File

@ -1907,9 +1907,6 @@ if test -n "$MOZ_TREE_FREETYPE" -a "$OS_TARGET" != WINNT; then
AC_SUBST_LIST(CAIRO_FT_CFLAGS)
fi
AC_CHECK_PROGS(WGET, wget, "")
AC_SUBST(WGET)
dnl ========================================================
dnl Updater
dnl ========================================================