summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-06-18 13:22:37 +0200
committerChristian Heimes <christian@cheimes.de>2013-06-18 13:22:37 +0200
commit5ae1a73194398c74144717650a790a330ed2e413 (patch)
treec247441b2afb316f2ba2ac3151f8538f5c667d7f /configure.ac
parent61fd2a76b898d8e4846cd841b98e326fc04061fa (diff)
parent3f21317bef96e662a5afa747fbdfcd064d7660f5 (diff)
downloadcpython-5ae1a73194398c74144717650a790a330ed2e413.tar.gz
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.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 37e0488234..030b923f5b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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