mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
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:
parent
af5d0c02f1
commit
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):
|
||||
|
Loading…
Reference in New Issue
Block a user