Hi,
I tried to build wwwoffle on an older system which lacks IPv6
support (getnameinfo() not available). In this case configure
fails even if called with --without-ipv6.

The relevant part of configure.in is:

if test "$ac_cv_func_getnameinfo" = "no"; then
    USE_IPV6=0
    AC_MSG_ERROR([The IPv6 option was chosen, but the getnameinfo() function is not 
available])
fi
if test "$ac_cv_func_getaddrinfo" = "no"; then
    USE_IPV6=0
    AC_MSG_ERROR([The IPv6 option was chosen, but the getaddrinfo() function is not 
available])
fi

If the two AC_MSG_ERROR are removed (or maybe replaced with
warnings), it works as expected.

Bye.

-- 
Stefan Huelswitt
[EMAIL PROTECTED]  | http://home.pages.de/~nathan

Reply via email to