Issue 1104

This commit is contained in:
Thomas Nagy 2012-01-14 13:45:49 +01:00
parent dd14b122b8
commit 09940abecf
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@ def configure(conf):
Logs.debug('compiler_fortran: %r' % e)
else:
if conf.env['FC']:
orig.table = conf.env.get_merged_dict()
conf.env = orig
conf.end_msg(conf.env.get_flat('FC'))
conf.env.COMPILER_FORTRAN = compiler
break