View | Details | Raw Unified | Return to bug 1253
Collapse All | Expand All

(-)a/bindings/python/wscript (+6 lines)
 Lines 73-78    Link Here 
73
        conf.report_optional_feature("python", "Python Bindings", False,
73
        conf.report_optional_feature("python", "Python Bindings", False,
74
                                     "disabled by user request")
74
                                     "disabled by user request")
75
        return
75
        return
76
    # Disable python in x86-64 static builds until bug 1253 is fixed
77
    if ((conf.env['ENABLE_STATIC_NS3']) or \
78
      (conf.env['ENABLE_SHARED_AND_STATIC_NS3'])):
79
        conf.report_optional_feature("python", "Python Bindings", False,
80
                                     "bindings incompatible with static build")
81
        return
76
82
77
    enabled_modules = list(conf.env['NS3_ENABLED_MODULES'])
83
    enabled_modules = list(conf.env['NS3_ENABLED_MODULES'])
78
    enabled_modules.sort()
84
    enabled_modules.sort()

Return to bug 1253