Hi,
On Wed, Jun 13, 2001 at 06:07:44PM +0200, Franz Bakan wrote:
> Thanks for the hint. Thats the reason:
> configure:2203: checking for socklen_t in <sys/socket.h>
[...]
No, I don't think so. This is another test that checks for the type
socklen_t in sys/socket.h. It doesn't matter that it fails, because
socklen_t is defined to int:
> include/sane/config.h contains
> #define socklen_t int
> but seems that this #define is not available at 'configure-time'
Doesn't matter. The test for sys/socket.h is before this test. In
configure, the test for the headers start at line 1604. The header is
tested for directly after os2.h.
I don't know why os2.h is found but sys/socket.h isn't.
bye,
Henning
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Wed Jun 13 2001 - 11:11:56 PDT