[Bug 867] configure fails to find res_query/dn_expand on Linux amd64

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Wed May 12 09:47:21 EST 2004


http://bugzilla.mindrot.org/show_bug.cgi?id=867





------- Additional Comments From dtucker at zip.com.au  2004-05-12 09:47 -------
(From update of attachment 630)
>-		AC_SEARCH_LIBS(res_query, resolv)
>-		AC_SEARCH_LIBS(dn_expand, resolv)
>+		AC_MSG_CHECKING(for res_query)
>+		AC_TRY_LINK_FUNC(res_query, AC_MSG_RESULT(yes),
>+			AC_MSG_RESULT(no))

The new check is not going to look for res_query in libresolv, is it?




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the openssh-bugs mailing list