Oops, lib/getaddrinfo wasn't pulled in when the system doesn't define
authorDavid Dykstra <dwd@samba.org>
Mon, 20 Jan 2003 16:27:34 +0000 (16:27 +0000)
committerDavid Dykstra <dwd@samba.org>
Mon, 20 Jan 2003 16:27:34 +0000 (16:27 +0000)
AI_PASSIVE.

configure.in

index 72a4781..33a486a 100644 (file)
@@ -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],