summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2011-05-03 13:39:38 +0200
committerMarc-André Lureau <marcandre.lureau@redhat.com>2011-05-03 16:49:56 +0200
commitdc1d4bdb680e6fcfa078fecae5a00966b644b0a9 (patch)
treeba05847707dd3d2ce3afd8522424a4f1062baabc /configure.ac
parentfc80f096e4b0432f873807c6d5d7a66ebb345323 (diff)
downloadspice-dc1d4bdb680e6fcfa078fecae5a00966b644b0a9.tar.gz
spice-dc1d4bdb680e6fcfa078fecae5a00966b644b0a9.tar.xz
spice-dc1d4bdb680e6fcfa078fecae5a00966b644b0a9.zip
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.
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 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)