summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTodd C. Miller <Todd.Miller@sudo.ws>2022-03-01 09:25:14 -0700
committerTodd C. Miller <Todd.Miller@sudo.ws>2022-03-01 09:25:14 -0700
commitb62b4a65ae0441012c4a66543a82f7884404a575 (patch)
treed3871630ecbc6a3032ebd6209fd003f5b2a94d4d /configure.ac
parentd0f903bdaf0caa5b08043675dd99ad8a9bf6ce5f (diff)
downloadsudo-b62b4a65ae0441012c4a66543a82f7884404a575.tar.gz
Mention apple radar 3710161 in the comment about broken macOS poll(2).
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2a660ff76..3be720cef 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2209,7 +2209,7 @@ case "$host" in
CHECKSHADOW="false"
test -z "$with_pam" && AUTH_EXCL_DEF="PAM"
: ${with_logincap='yes'}
- # Darwin has a broken poll()
+ # Darwin has a broken poll(), Apple radar 3710161
: ${enable_poll='no'}
# Darwin 8 and above can interpose library symbols cleanly
if test $OSMAJOR -ge 8; then