misplaced space corrected

This commit is contained in:
Martin Diehl 2013-04-22 15:35:15 +00:00
parent b5b6bf56d4
commit d5e4a354e6
1 changed files with 1 additions and 1 deletions

2
code/configure vendored
View File

@ -23,6 +23,6 @@ for line in content:
substitution = ''
line = '%sROOT ?= %s\n'%(m.group(1),substitution)
if c:
line = 'F90? = %s\n'%compiler
line = 'F90 ?= %s\n'%compiler
makefile.write(line)
makefile.close()