From dc1d4bdb680e6fcfa078fecae5a00966b644b0a9 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Tue, 3 May 2011 13:39:38 +0200 Subject: common: mem.h add alloca definition We don't support the autoconf ALLOCA/C_ALLOC fallback. If one day, someone cares for a weird platform, he can fix it. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 4b3d59fe..18209bfd 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ AC_C_BIGENDIAN AC_PATH_PROGS(PYTHON, python2 python) AC_CHECK_HEADERS([sys/time.h]) +AC_FUNC_ALLOCA SPICE_LT_VERSION=m4_format("%d:%d:%d", 1, 0, 2) AC_SUBST(SPICE_LT_VERSION) -- cgit