From fe7b93fb493b76ade13ad74438acbc4d34d2f3bd Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 16 Dec 2009 15:03:58 -0800 Subject: Include alloca.h in tests/drmstat.c when configure detects it Signed-off-by: Alan Coopersmith --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') 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) -- cgit v1.2.3