summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2013-06-18 11:22:37 (GMT)
committerChristian Heimes <christian@cheimes.de>2013-06-18 11:22:37 (GMT)
commit360b89ca5e388298a9910b917b1add21a05b9a1b (patch)
tree6689f16deaa3f6bb9ac8c604dd6080603fb48042 /configure
parent8dd823340fb993b3efffda5c4896d2a0829e6fe2 (diff)
parentf0400baba81579483b9763e95babd8a5e92e1ef1 (diff)
downloadcpython-360b89ca5e388298a9910b917b1add21a05b9a1b.zip
cpython-360b89ca5e388298a9910b917b1add21a05b9a1b.tar.gz
cpython-360b89ca5e388298a9910b917b1add21a05b9a1b.tar.bz2
Fix for r84195: add HAVE_ALLOCA_H to configure and only include alloca.h if it's available
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 3d8dd6a..281dfe1 100755
--- a/configure
+++ b/configure
@@ -6937,7 +6937,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
do :
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"