diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2022-03-18 13:33:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 13:33:11 (GMT) |
commit | 6fd9737373f2bed03f409440b4fd50b9f8f121cb (patch) | |
tree | 06a538259de1e317cfb1f9117cb9b4a090415749 /configure.ac | |
parent | d27af88c1bcf3c6c185f81218b7bf86b38128ea9 (diff) | |
download | cpython-6fd9737373f2bed03f409440b4fd50b9f8f121cb.zip cpython-6fd9737373f2bed03f409440b4fd50b9f8f121cb.tar.gz cpython-6fd9737373f2bed03f409440b4fd50b9f8f121cb.tar.bz2 |
[3.10] bpo-46968: Check for 'sys/auxv.h' in the configure script (GH-31961). (GH-31974)
(cherry picked from commit 8e3fde728f547f1d32bde8adf62b4c50bb877b9d)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 547255f..763fc69 100644 --- a/configure.ac +++ b/configure.ac @@ -2225,7 +2225,7 @@ 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 \ linux/tipc.h linux/random.h spawn.h util.h alloca.h endian.h \ -sys/endian.h sys/sysmacros.h linux/auxvec.h linux/memfd.h linux/wait.h sys/memfd.h \ +sys/endian.h sys/sysmacros.h linux/auxvec.h sys/auxv.h linux/memfd.h linux/wait.h sys/memfd.h \ sys/mman.h sys/eventfd.h) AC_HEADER_DIRENT AC_HEADER_MAJOR |