From 6d2ffb4c637a49983bc6ce22b68ccec0ed09e0f4 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Sat, 3 Oct 2009 15:17:16 +0000 Subject: * Merge ioq3-r1637 --- src/libspeex/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libspeex') diff --git a/src/libspeex/config.h b/src/libspeex/config.h index abd35f09..e6657fc0 100644 --- a/src/libspeex/config.h +++ b/src/libspeex/config.h @@ -6,6 +6,9 @@ // SSE is enabled. #ifndef _USE_SSE # define USE_ALLOCA +# if defined(__sun) /* Solaris needs this for alloca(). */ +# define HAVE_ALLOCA_H +# endif #endif /* Default to floating point */ -- cgit