diff options
author | Steve Ellcey <sje@cup.hp.com> | 2006-01-20 18:17:28 +0000 |
---|---|---|
committer | Steve Ellcey <sje@gcc.gnu.org> | 2006-01-20 18:17:28 +0000 |
commit | 692eeb34534b02b22a0380aff5bd0e383f69e23e (patch) | |
tree | 520d9344717e363154592ca31cb58e0a83cb3f98 /libgomp/configure | |
parent | 33cb1cf6c5491fe07ebbf62a8088e7dbd44b6f51 (diff) | |
download | gcc-692eeb34534b02b22a0380aff5bd0e383f69e23e.zip gcc-692eeb34534b02b22a0380aff5bd0e383f69e23e.tar.gz gcc-692eeb34534b02b22a0380aff5bd0e383f69e23e.tar.bz2 |
re PR libgomp/25877 (team.c:269: warning: implicit declaration of function 'alloca')
PR libgomp/25877
* team.c: Add include of alloca.h.
* configure.ac: Add check for alloca.h.
* configure: Regenerate.
* config.h.in: Regenerate.
From-SVN: r110031
Diffstat (limited to 'libgomp/configure')
-rwxr-xr-x | libgomp/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libgomp/configure b/libgomp/configure index 4824adc..83ded9e 100755 --- a/libgomp/configure +++ b/libgomp/configure @@ -5317,7 +5317,8 @@ done -for ac_header in unistd.h semaphore.h sys/time.h + +for ac_header in alloca.h unistd.h semaphore.h sys/time.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then |