From 66195341857a5c19a52b17468636eca7bc62f3ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Wed, 14 Dec 2005 19:03:28 +0000 Subject: added check for alloca.h (though not really needed...) svn path=/trunk/externals/zexy/; revision=4214 --- src/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/configure.ac') diff --git a/src/configure.ac b/src/configure.ac index 586c0b2..2e298a2 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -91,7 +91,7 @@ AC_CHECK_LIB(pd, nullfn) dnl Checks for header files. AC_HEADER_STDC -AC_CHECK_HEADERS(stdlib.h stdio.h string.h math.h time.h sys/time.h regex.h) +AC_CHECK_HEADERS(stdlib.h stdio.h string.h math.h time.h sys/time.h regex.h alloca.h) dnl Checks for typedefs, structures, and compiler characteristics. AC_HEADER_TIME -- cgit v1.2.1