mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-09-12 21:28:25 -04:00
Oops, lib/getaddrinfo wasn't pulled in when the system doesn't define
AI_PASSIVE.
This commit is contained in:
1 parent
824f1c7944
commit
3a1eefd331
1 file changed
+2
-2
+2
-2
@@ -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],
|
||||
|
||||
Reference in new issue
Block a user