aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-12-16 15:03:58 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2010-01-16 19:37:05 -0800
commitfe7b93fb493b76ade13ad74438acbc4d34d2f3bd (patch)
tree843cf0baea972e404329637a28192dbb2a880ed2 /configure.ac
parent3d3d87f3a70089f645facb2bff5a0b93ec0a0efd (diff)
Include alloca.h in tests/drmstat.c when configure detects it
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d3dc1542..b257ccf6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -32,6 +32,7 @@ AC_PROG_CC
AC_HEADER_STDC
AC_SYS_LARGEFILE
+AC_FUNC_ALLOCA
PKG_CHECK_MODULES(PTHREADSTUBS, pthread-stubs)
AC_SUBST(PTHREADSTUBS_CFLAGS)