Bug 1832182 - Stop passing PERL to old-configure. r=firefox-build-system-reviewers,sergesanspaille

The last PERL use was removed from old-configure in bug 1520340.

Differential Revision: https://phabricator.services.mozilla.com/D177565
This commit is contained in:
Mike Hommey 2023-05-10 21:19:12 +00:00
Родитель af5d0c02f1
Коммит b96b543a5a
1 изменённых файлов: 0 добавлений и 10 удалений

Просмотреть файл

@ -502,16 +502,6 @@ add_old_configure_assignment("AWK", awk_for_old_configure)
# ==============================================================
perl = check_prog("PERL", ("perl5", "perl"))
# Until the PERL variable is not necessary in old-configure
@depends(perl)
def perl_for_old_configure(value):
return value
add_old_configure_assignment("PERL", perl_for_old_configure)
@template
def perl_version_check(min_version):