summaryrefslogtreecommitdiff
path: root/libgomp/configure.ac
diff options
context:
space:
mode:
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-20 18:17:28 +0000
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>2006-01-20 18:17:28 +0000
commitef2e6d4f06a1b3f6ed317e33765b6101b3acef5a (patch)
tree520d9344717e363154592ca31cb58e0a83cb3f98 /libgomp/configure.ac
parent6e73639a226b8c3b97e0e1f677e30e45a3870d28 (diff)
downloadgcc-ef2e6d4f06a1b3f6ed317e33765b6101b3acef5a.tar.gz
PR libgomp/25877
* team.c: Add include of alloca.h. * configure.ac: Add check for alloca.h. * configure: Regenerate. * config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110031 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/configure.ac')
-rw-r--r--libgomp/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgomp/configure.ac b/libgomp/configure.ac
index 854514a27f4..90e115bdaf9 100644
--- a/libgomp/configure.ac
+++ b/libgomp/configure.ac
@@ -136,7 +136,7 @@ AC_SUBST(libtool_VERSION)
# Check header files.
AC_STDC_HEADERS
AC_HEADER_TIME
-AC_CHECK_HEADERS(unistd.h semaphore.h sys/time.h)
+AC_CHECK_HEADERS(alloca.h unistd.h semaphore.h sys/time.h)
AC_CHECK_HEADER([pthread.h],[],
[AC_MSG_ERROR([Pthreads are required to build libgomp])])