зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
af5d0c02f1
Коммит
b96b543a5a
|
@ -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):
|
||||
|
|
Загрузка…
Ссылка в новой задаче