diff --git a/configure b/configure index bfd13652fc..b0ec4ed7f7 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.80 +# From configure.in Revision: 1.82 @@ -2302,14 +2302,14 @@ fi rm -f conftest* -echo $ac_n "checking for gethostbyadd(const void *,...)""... $ac_c" 1>&6 -echo "configure:2307: checking for gethostbyadd(const void *,...)" >&5 +echo $ac_n "checking for gethostbyadd(const void *, size_t, ...)""... $ac_c" 1>&6 +echo "configure:2307: checking for gethostbyadd(const void *, size_t, ...)" >&5 cat > conftest.$ac_ext < -struct hostent *gethostbyaddr(const void *, int, int); +struct hostent *gethostbyaddr(const void *, size_t, int); int main() { return(0); ; return 0; }