[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Tue Apr 6 20:15:11 EST 2004


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





------- Additional Comments From djm at mindrot.org  2004-04-06 20:15 -------
(From update of attachment 591)
>+	AC_CHECK_FUNC(getaddrinfo, [ check_for_hpux_broken_getaddrinfo=1 ])

I think that this should be just "check_broken_getaddrinfo=1" (read on)

>+if test ! -z "$check_for_hpux_broken_getaddrinfo"; then

I think this should be: 

if test "x$ac_cv_func_snprintf" = "xyes" -a "x$check_broken_getaddrinfo"="x1";
then

Otherwise OK.




------- 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