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