src/internet/wscript
changeset 11634 99173c0ad09b
parent 11470 0b3d6135a28b
equal deleted inserted replaced
11633:6b74df04cf44 11634:99173c0ad09b
    63 
    63 
    64     if not conf.env['WITH_NSC']:
    64     if not conf.env['WITH_NSC']:
    65         conf.msg("Checking for NSC location", False)
    65         conf.msg("Checking for NSC location", False)
    66         conf.report_optional_feature("nsc", "Network Simulation Cradle", False,
    66         conf.report_optional_feature("nsc", "Network Simulation Cradle", False,
    67                                      "NSC not found (see option --with-nsc)")
    67                                      "NSC not found (see option --with-nsc)")
    68 	return
    68         return
    69     
    69     
    70     if Options.platform in ['linux', 'freebsd']:
    70     if Options.platform in ['linux', 'freebsd']:
    71         arch = os.uname()[4]
    71         arch = os.uname()[4]
    72     else:
    72     else:
    73         arch = None
    73         arch = None