diff options
author | Christian Heimes <christian@cheimes.de> | 2013-06-18 11:22:17 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-06-18 11:22:17 (GMT) |
commit | f0400baba81579483b9763e95babd8a5e92e1ef1 (patch) | |
tree | 981abfef0259cb608159be2febad1f98cd0b364f /configure.ac | |
parent | 56785395004da961a3dc695217e5d3e3f961920a (diff) | |
download | cpython-f0400baba81579483b9763e95babd8a5e92e1ef1.zip cpython-f0400baba81579483b9763e95babd8a5e92e1ef1.tar.gz cpython-f0400baba81579483b9763e95babd8a5e92e1ef1.tar.bz2 |
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
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 9179fe6..501c1da 100644 --- a/configure.ac +++ b/configure.ac @@ -1526,7 +1526,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 |