summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-12-26 17:09:00 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-12-26 17:09:00 (GMT)
commit27c269a1fe5935d330e9f17c19308ff544e886ff (patch)
tree870deb23c5d9b61ad907202660bfb05578858469 /configure
parenta71cfc5cf3e32b694be754ff476ce0181a7319a2 (diff)
downloadcpython-27c269a1fe5935d330e9f17c19308ff544e886ff.zip
cpython-27c269a1fe5935d330e9f17c19308ff544e886ff.tar.gz
cpython-27c269a1fe5935d330e9f17c19308ff544e886ff.tar.bz2
use getentropy when available (backport of 75ede5bec8db) (closes #23115)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 09e65eb..133c88b 100755
--- a/configure
+++ b/configure
@@ -10196,7 +10196,8 @@ $as_echo "MACHDEP_OBJS" >&6; }
# checks for library functions
for ac_func in alarm setitimer getitimer bind_textdomain_codeset chown \
clock confstr ctermid execv fchmod fchown fork fpathconf ftime ftruncate \
- gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
+ gai_strerror getentropy getgroups getlogin getloadavg getpeername getpgid \
+ getpid \
getpriority getresuid getresgid getpwent getspnam getspent getsid getwd \
initgroups kill killpg lchmod lchown lstat mkfifo mknod mktime mmap \
mremap nice pathconf pause plock poll pthread_init \