improve wording
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue May 05 16:08:36 2009 +0200 (9 months ago)
changeset 4441aa527a27537d
parent 4440 c47d51e4b286
child 4442 9491c5faaec6
improve wording
wscript
     1.1 --- a/wscript	Tue May 05 14:55:23 2009 +0200
     1.2 +++ b/wscript	Tue May 05 16:08:36 2009 +0200
     1.3 @@ -302,9 +302,9 @@
     1.4                          not conf.check_compilation_flag('-mcmodel=large'):
     1.5                      conf.report_optional_feature("static", "Static build", False,
     1.6                                                   "Can't enable static builds because " + \
     1.7 -                                                     "of python and no -mcmodel=large compiler " \
     1.8 +                                                     "no -mcmodel=large compiler " \
     1.9                                                       "option. Try --disable-python or upgrade your " \
    1.10 -                                                     "compiler.")
    1.11 +                                                     "compiler to at least gcc 4.3.x.")
    1.12                  else:
    1.13                      conf.report_optional_feature("static", "Static build", True, '')
    1.14                      env['ENABLE_STATIC_NS3'] = True