summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-12-20 07:54:25 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-12-20 07:54:25 (GMT)
commitfb2ae15c6704a072afeef4786749d9bb2ce7d68d (patch)
treeeb8e9052b3855dd2bfd772114b4728455e56c518 /configure.ac
parent6165d55f1398ddf1cbd21e237129af7116a1fa73 (diff)
downloadcpython-fb2ae15c6704a072afeef4786749d9bb2ce7d68d.zip
cpython-fb2ae15c6704a072afeef4786749d9bb2ce7d68d.tar.gz
cpython-fb2ae15c6704a072afeef4786749d9bb2ce7d68d.tar.bz2
add a specific configure check for sys/random.h (closes #28932)
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 0886b6e..49d1a37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1946,7 +1946,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 \