From: David Dykstra Date: Mon, 20 Jan 2003 16:27:34 +0000 (+0000) Subject: Oops, lib/getaddrinfo wasn't pulled in when the system doesn't define X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/3a1eefd331eb08c306f3d31a892be4e2eb01e58b Oops, lib/getaddrinfo wasn't pulled in when the system doesn't define AI_PASSIVE. --- diff --git a/configure.in b/configure.in index 72a47816..33a486a5 100644 --- a/configure.in +++ b/configure.in @@ -353,8 +353,8 @@ yes AC_LIBOBJ(lib/getaddrinfo)])]) AC_CHECK_FUNCS(getnameinfo, , AC_LIBOBJ(lib/getnameinfo)) ], - AC_MSG_RESULT(no) - ) + [AC_MSG_RESULT(no) + AC_LIBOBJ(lib/getaddrinfo)]) AC_CHECK_MEMBER([struct sockaddr.sa_len],