Subject: configure changes?

configure changes?

From: codemastr <codemstr_at_ptd.net>
Date: 2005-04-07

I don't know what happened, but it seems that someone changed something in
configure.ac, and now in6_addr (and in_addr) are not found? I get the
following:

checking for struct in6_addr... no
checking size of struct in6_addr... 0
checking for struct in_addr... no
checking size of struct in_addr... 0

The check I have (CARES_CHECK_STRUCT) works fine for detecting it, but
AC_CHECK_SIZEOF fails to find the structs.

Also, are you aware that AC_CHECK_SIZEOF does not work for cross compiling?

Dominick Meglio

_______________________________________________
http://cool.haxx.se/mailman/listinfo/c-ares
Received on Thu Apr 7 20:58:45 2005