# HG changeset patch # User Mathieu Lacage # Date 1241532516 -7200 # Node ID aa527a27537d25d7ac92746f04c07637186618e2 # Parent c47d51e4b286175e0260f307b7bce2036d1d683f improve wording diff -r c47d51e4b286 -r aa527a27537d wscript --- a/wscript Tue May 05 14:55:23 2009 +0200 +++ b/wscript Tue May 05 16:08:36 2009 +0200 @@ -302,9 +302,9 @@ not conf.check_compilation_flag('-mcmodel=large'): conf.report_optional_feature("static", "Static build", False, "Can't enable static builds because " + \ - "of python and no -mcmodel=large compiler " \ + "no -mcmodel=large compiler " \ "option. Try --disable-python or upgrade your " \ - "compiler.") + "compiler to at least gcc 4.3.x.") else: conf.report_optional_feature("static", "Static build", True, '') env['ENABLE_STATIC_NS3'] = True