summaryrefslogtreecommitdiffstats
path: root/libssp/configure
diff options
context:
space:
mode:
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-13 10:37:17 +0000
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-04-13 10:37:17 +0000
commit724518ff7b8d00e2cad390ccfa46ebbbcde93024 (patch)
tree335455541813df2f5b8923adfb23ab8d29c6d755 /libssp/configure
parent7ad9dc69f6756676d4f935ef2d0775b41d71c9eb (diff)
downloadppe42-gcc-724518ff7b8d00e2cad390ccfa46ebbbcde93024.tar.gz
ppe42-gcc-724518ff7b8d00e2cad390ccfa46ebbbcde93024.zip
2009-04-13 Ozkan Sezer <sezeroz@gmail.com>
PR target/39062 * ssp.c: Also include malloc.h for alloca(). MinGW needs it. * configure.ac: Also check for malloc.h. * configure: Regenerated. * config.h.in: Regenerated. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146000 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libssp/configure')
-rwxr-xr-xlibssp/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libssp/configure b/libssp/configure
index ee2a41fd495..7276c0b0cf9 100755
--- a/libssp/configure
+++ b/libssp/configure
@@ -3989,7 +3989,7 @@ done
-for ac_header in alloca.h paths.h syslog.h string.h unistd.h fcntl.h stdio.h limits.h
+for ac_header in alloca.h malloc.h paths.h syslog.h string.h unistd.h fcntl.h stdio.h limits.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then
OpenPOWER on IntegriCloud