summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-12-19 23:54:25 -0800
committerBenjamin Peterson <benjamin@python.org>2016-12-19 23:54:25 -0800
commit072ceda0f99b24fd62ab973b5c3ee72810a8806e (patch)
tree5a82e6a0cbab7a06e8195d044be4cb6dfd8a78a6 /configure
parente84f94877c9aa493de46a6bd59140e515e00c0c9 (diff)
downloadcpython-072ceda0f99b24fd62ab973b5c3ee72810a8806e.tar.gz
add a specific configure check for sys/random.h (closes #28932)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8fcc36f8ef..1f84647ce1 100755
--- a/configure
+++ b/configure
@@ -7714,7 +7714,7 @@ unistd.h utime.h \
poll.h sys/devpoll.h sys/epoll.h sys/poll.h \
sys/audioio.h sys/xattr.h sys/bsdtty.h sys/event.h sys/file.h sys/ioctl.h \
sys/kern_control.h sys/loadavg.h sys/lock.h sys/mkdev.h sys/modem.h \
-sys/param.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
+sys/param.h sys/random.h sys/select.h sys/sendfile.h sys/socket.h sys/statvfs.h \
sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \
sys/times.h sys/types.h sys/uio.h sys/un.h sys/utsname.h sys/wait.h pty.h \
libutil.h sys/resource.h netpacket/packet.h sysexits.h bluetooth.h \