| 1068 |
if platform not in ['cygwin', 'atheos', 'qnx6']: |
1068 |
if (platform not in ['cygwin', 'atheos', 'qnx6'] and find_file('rpcsvc/yp_prot.h', inc_dirs, []) is not None): |
| 1069 |
if (self.compiler.find_library_file(lib_dirs, 'nsl')): |
1069 |
if (self.compiler.find_library_file(lib_dirs, 'nsl')): |