More consistent error messages in the generic compiler tools

This commit is contained in:
Krzysztof Kosiński 2014-01-25 19:28:55 +01:00
parent 86b87413c8
commit c38a4fb4f0
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ def configure(conf):
break
conf.end_msg(False)
else:
conf.fatal('no suitable d compiler was found')
conf.fatal('could not configure a D compiler!')
def options(opt):
"""

View File

@ -48,7 +48,7 @@ def configure(conf):
break
conf.end_msg(False)
else:
conf.fatal('could not configure a fortran compiler!')
conf.fatal('could not configure a Fortran compiler!')
def options(opt):
"""