diff options
author | Christian Heimes <christian@cheimes.de> | 2013-06-18 11:25:24 (GMT) |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2013-06-18 11:25:24 (GMT) |
commit | 3aa138fe1dd59d8fc790436e2226cea6e03b0490 (patch) | |
tree | 39fd2fba8c87759f04071f13da0d4386340fcecd /configure | |
parent | c7b0990a05c887e2a0663d9ae5cf78e84f1ed716 (diff) | |
download | cpython-3aa138fe1dd59d8fc790436e2226cea6e03b0490.zip cpython-3aa138fe1dd59d8fc790436e2226cea6e03b0490.tar.gz cpython-3aa138fe1dd59d8fc790436e2226cea6e03b0490.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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6654,7 +6654,7 @@ sys/param.h sys/poll.h sys/select.h sys/socket.h sys/statvfs.h sys/stat.h \ sys/termio.h sys/time.h \ sys/times.h sys/types.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" |