Martin Panter added the comment:

FWIW adding a blank fourth argument in configure.ac silences this warning (and 
speeds up the configure run by 7%, or 4 s). But I don’t want to become an 
Autoconf nerd and I don’t know if this change could have negative consequences 
on other platforms (e.g. perhaps AC_INCLUDES_DEFAULT matters?).

Practically, I think you can ignore the warning. The include file is needed to 
use a new getrandom() syscall on Linux (see Issue 26839), but Python should 
fall back to older code if it cannot use getrandom().

----------
keywords: +patch
nosy: +martin.panter
Added file: http://bugs.python.org/file43562/no-preproc-test.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27398>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to