https://bugzilla.mindrot.org/show_bug.cgi?id=3049
--- Comment #2 from Darren Tucker <[email protected]> --- Comment on attachment 3306 --> https://bugzilla.mindrot.org/attachment.cgi?id=3306 refactor, add fallback >+ AC_CHECK_HEADERS([libproc.h], [ >+ AC_CHECK_DECLS([proc_pidinfo], [], [], [#include <libproc.h>]) this only checks that the function is declared, not that it's actually present. conceivably this could activate this code but fail at link time. otherwise looks ok. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
