mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
This commit is contained in:
commit
360b89ca5e
4 changed files with 8 additions and 2 deletions
|
@ -1532,7 +1532,7 @@ sys/param.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 \
|
||||
bluetooth/bluetooth.h linux/tipc.h spawn.h util.h)
|
||||
bluetooth/bluetooth.h linux/tipc.h spawn.h util.h alloca.h)
|
||||
CPPFLAGS=$ac_save_cppflags
|
||||
AC_HEADER_DIRENT
|
||||
AC_HEADER_MAJOR
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue