* Greg Watson wrote on Tue, Jan 10, 2006 at 05:58:35PM CET:
> Running configure from 1.0.2a3 on OSX 10.4.3:
>
> configure: WARNING: net/if.h: present but cannot be compiled
> configure: WARNING: net/if.h: check for missing prerequisite
> headers?
Yes. The test is broken. You need to
#include <sys/socket.h>
first. See
info Autoconf "Header Portability"
under `net/if.h' for a complete description.
Cheers,
Ralf
|