Backed out changeset e34634758f51 (bug 1671424) for bustages on configure.py . CLOSED TREE

This commit is contained in:
Narcis Beleuzu
2020-10-20 00:16:22 +03:00
parent b0a4fed533
commit 2fc39d922d
6 changed files with 56 additions and 32 deletions

View File

@@ -40,9 +40,6 @@ import six
def main(argv):
config = {}
if 'OLD_CONFIGURE' not in os.environ:
os.environ['OLD_CONFIGURE'] = os.path.join(base_dir, 'old-configure')
sandbox = ConfigureSandbox(config, os.environ, argv)
clobber_file = 'CLOBBER'