272a273,278
> # On Solaris you need to use libsocket for socket ops
> if not conf.CheckLibWithHeader(None, 'sys/socket.h', 'C', 'accept(0,NULL,NULL);'):
> if not conf.CheckLibWithHeader('socket', 'sys/socket.h', 'C', 'accept(0,NULL,NULL);'):
> print "Can't find library with socket calls (e.g. accept())"
> Exit(1)
>